#9EFAE5

Color #9EFAE5 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #9EFAE5

Tints of Water Leaf #9EFAE5

Color information

#9EFAE5 (or 0x9EFAE5) is unknown color: approx Water Leaf. HEX triplet: 9E, FA and E5. RGB value is (158,250,229). Sum of RGB (Red+Green+Blue) = 158+250+229=637 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.80% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFAE5 is #61051A. Grayscale: #DCDCDC. Windows color (decimal): -6358299 or 15071902. OLE color: 15071902.

HSL color Cylindrical-coordinate representation of color #9EFAE5: hue angle of 166.3º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFAE5 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB158250229-
CMYK0.3700.080.02
HSL166.3º90.2%80%-
HSV(B)166.3º36.8%98.04%-
XYZ62.4381.386.53-
YUV220.1133.0283.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.80%
GREEN value IS 250 (98.05% from 255) = 39.25%
BLUE value IS 229 (89.84% from 255) = 35.95%
R=24.80%
G=39.25%
B=35.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582502290.3700.080.02166.390.280
Hex9EFAE525082a65a50
Octal236372345450102246132120
Binary10011110111110101110010110010101000101010011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EFAE5; }

 p { color: rgb(158,250,229); }

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

<style>
 a { background-color: #9EFAE5; }

 a { background-color: rgb(158,250,229); }

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

<style>
 span { border-color: #9EFAE5; }

 span { border-color: rgb(158,250,229); }

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