#9EFFE7

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

Shades of Water Leaf #9EFFE7

Tints of Water Leaf #9EFFE7

Color information

#9EFFE7 (or 0x9EFFE7) is unknown color: approx Water Leaf. HEX triplet: 9E, FF and E7. RGB value is (158,255,231). Sum of RGB (Red+Green+Blue) = 158+255+231=644 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.53% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 231 (90.62% from 255 or 35.87% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFE7 is #610018. Grayscale: #DFDFDF. Windows color (decimal): -6357017 or 15204254. OLE color: 15204254.

HSL color Cylindrical-coordinate representation of color #9EFFE7: hue angle of 165.15º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFE7 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB158255231-
CMYK0.3800.090
HSL165.15º100%80.98%-
HSV(B)165.15º38.04%100%-
XYZ64.2884.5688.53-
YUV223.26132.3681.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.53%
GREEN value IS 255 (100% from 255) = 39.60%
BLUE value IS 231 (90.62% from 255) = 35.87%
R=24.53%
G=39.60%
B=35.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552310.3800.090165.1510080.98
Hex9EFFE726090a56451
Octal236377347460110245144121
Binary1001111011111111111001111001100100101010010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,255,231); }

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

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

 a { background-color: rgb(158,255,231); }

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

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

 span { border-color: rgb(158,255,231); }

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