Html Css Color HEX #9EFFE5 Water Leaf

📋 copy color: '#9EFFE5'

red 158 ◦ green 255 ◦ blue 229

#9EFFE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #9EFFE5

Tints of Water Leaf #9EFFE5

RGB

 RED value IS 158 (62.11% from 255) = 24.61%

 GREEN value IS 255 (100% from 255) = 39.72%

 BLUE value IS 229 (89.84% from 255) = 35.67%

R = 24.61%
G = 39.72%
B = 35.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#9EFFE5 (or 0x9EFFE5) is known color: Water Leaf. HEX triplet: 9E, FF and E5. RGB value is (158,255,229). Sum of RGB (Red+Green+Blue) = 158+255+229=642 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.61% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFE5 is #61001A. Grayscale: #DFDFDF. Windows color (decimal): -6357019 or 15073182. OLE color: 15073182.

HSL color Cylindrical-coordinate representation of color #9EFFE5: hue angle of 163.92º 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 #9EFFE5 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 158 255 229 -
CMYK 0.38 0 0.10 0
HSL 163.92º 1% 0.81% -
HSV(B) 163.92º 0.38% 1% -
XYZ 64 84.45 87.06 -
YUV 223.03 131.36 81.61 -
System Red Green Blue C M Y K H S L
Decimal 158 255 229 0.38 0 0.10 0 163.92 1 0.81
Hex 9E FF E5 26 0 A 0 A4 64 51
Octal 236 377 345 46 0 12 0 244 144 121
Binary 10011110 11111111 11100101 100110 0 1010 0 10100100 1100100 1010001

Color Harmonies of #9EFFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFFE5

Black with #9EFFE5

Text Example


Text Example

White with #9EFFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EFFE5;
 }
 .AnyTagClassName
 {
   color: #9EFFE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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