#9EFBE4

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

Shades of Water Leaf #9EFBE4

Tints of Water Leaf #9EFBE4

Color information

#9EFBE4 (or 0x9EFBE4) is unknown color: approx Water Leaf. HEX triplet: 9E, FB and E4. RGB value is (158,251,228). Sum of RGB (Red+Green+Blue) = 158+251+228=637 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.80% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFBE4 is #61041B. Grayscale: #DCDCDC. Windows color (decimal): -6358044 or 15006622. OLE color: 15006622.

HSL color Cylindrical-coordinate representation of color #9EFBE4: hue angle of 165.16º degrees, saturation: 0.92, 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 #9EFBE4 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB158251228-
CMYK0.3700.090.02
HSL165.16º92.08%80.2%-
HSV(B)165.16º37.05%98.43%-
XYZ62.681.8685.9-
YUV220.57132.1983.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.80%
GREEN value IS 251 (98.44% from 255) = 39.40%
BLUE value IS 228 (89.45% from 255) = 35.79%
R=24.80%
G=39.40%
B=35.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582512280.3700.090.02165.1692.0880.2
Hex9EFBE425092a55c50
Octal236373344450112245134120
Binary10011110111110111110010010010101001101010010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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