Html Css Color HEX #9EFFE6 Water Leaf

📋 copy color: '#9EFFE6'

red 158 ◦ green 255 ◦ blue 230

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

Shades of Water Leaf #9EFFE6

Tints of Water Leaf #9EFFE6

RGB

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

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

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

R = 24.57%
G = 39.66%
B = 35.77%

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

#9EFFE6 (or 0x9EFFE6) is known color: Water Leaf. HEX triplet: 9E, FF and E6. RGB value is (158,255,230). Sum of RGB (Red+Green+Blue) = 158+255+230=643 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.57% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFE6 is #610019. Grayscale: #DFDFDF. Windows color (decimal): -6357018 or 15138718. OLE color: 15138718.

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

Color convert

RGB 158 255 230 -
CMYK 0.38 0 0.10 0
HSL 164.54º 1% 0.81% -
HSV(B) 164.54º 0.38% 1% -
XYZ 64.14 84.5 87.79 -
YUV 223.15 131.86 81.53 -
System Red Green Blue C M Y K H S L
Decimal 158 255 230 0.38 0 0.10 0 164.54 1 0.81
Hex 9E FF E6 26 0 A 0 A5 64 51
Octal 236 377 346 46 0 12 0 245 144 121
Binary 10011110 11111111 11100110 100110 0 1010 0 10100101 1100100 1010001

Color Harmonies of #9EFFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFFE6

Black with #9EFFE6

Text Example


Text Example

White with #9EFFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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