#95fbe4

Color #95FBE4 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #95FBE4

Tints of Aquamarine #95FBE4

Color information

#95FBE4 (or 0x95FBE4) is unknown color: approx Aquamarine. HEX triplet: 95, FB and E4. RGB value is (149,251,228). Sum of RGB (Red+Green+Blue) = 149+251+228=628 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.73% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FBE4 is #6A041B. Grayscale: #D9D9D9. Windows color (decimal): -6947868 or 15006613. OLE color: 15006613.

HSL color Cylindrical-coordinate representation of color #95FBE4: hue angle of 166.47º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FBE4 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB149251228-
CMYK0.4100.090.02
HSL166.47º92.73%78.43%-
HSV(B)166.47º40.64%98.43%-
XYZ60.980.9985.82-
YUV217.88133.7178.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 23.73%
GREEN value IS 251 (98.44% from 255) = 39.97%
BLUE value IS 228 (89.45% from 255) = 36.31%
R=23.73%
G=39.97%
B=36.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492512280.4100.090.02166.4792.7378.43
Hex95FBE429092a65d4e
Octal225373344510112246135116
Binary10010101111110111110010010100101001101010011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95fbe4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95fbe4; }

 p { color: rgb(149,251,228); }

 H1.HeaderClassName
 {
   color: #95fbe4;
 }
 .AnyTagClassName
 {
   color: #95fbe4;
 }
</style>
background-color css

<style>
 a { background-color: #95fbe4; }

 a { background-color: rgb(149,251,228); }

 div.DivClassName
 {
   background-color: #95fbe4;
 }
 .BgClassName
 {
   background-color: #95fbe4;
 }
</style>
border-color css

<style>
 span { border-color: #95fbe4; }

 span { border-color: rgb(149,251,228); }

 td.TdClassName
 {
   border-color: #95fbe4;
 }
 .TagClassName
 {
   border-color: #95fbe4;
 }
</style>