Html Css Color HEX #9EFBE6 Water Leaf

📋 copy color: '#9EFBE6'

red 158 ◦ green 251 ◦ blue 230

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

Shades of Water Leaf #9EFBE6

Tints of Water Leaf #9EFBE6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.28%

 BLUE value IS 230 (90.23% from 255) = 35.99%

R = 24.73%
G = 39.28%
B = 35.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#9EFBE6 (or 0x9EFBE6) is known color: Water Leaf. HEX triplet: 9E, FB and E6. RGB value is (158,251,230). Sum of RGB (Red+Green+Blue) = 158+251+230=639 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.73% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFBE6 is #610419. Grayscale: #DCDCDC. Windows color (decimal): -6358042 or 15137694. OLE color: 15137694.

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

Color convert

RGB 158 251 230 -
CMYK 0.37 0 0.08 0.02
HSL 166.45º 0.92% 0.8% -
HSV(B) 166.45º 0.37% 0.98% -
XYZ 62.88 81.98 87.37 -
YUV 220.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 158 251 230 0.37 0 0.08 0.02 166.45 0.92 0.8
Hex 9E FB E6 25 0 8 2 A6 5C 50
Octal 236 373 346 45 0 10 2 246 134 120
Binary 10011110 11111011 11100110 100101 0 1000 10 10100110 1011100 1010000

Color Harmonies of #9EFBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFBE6

Black with #9EFBE6

Text Example


Text Example

White with #9EFBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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