Html Css Color HEX #9CFFE6 Water Leaf

📋 copy color: '#9CFFE6'

red 156 ◦ green 255 ◦ blue 230

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

Shades of Water Leaf #9CFFE6

Tints of Water Leaf #9CFFE6

RGB

 RED value IS 156 (61.33% from 255) = 24.34%

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

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

R = 24.34%
G = 39.78%
B = 35.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#9CFFE6 (or 0x9CFFE6) is known color: Water Leaf. HEX triplet: 9C, FF and E6. RGB value is (156,255,230). Sum of RGB (Red+Green+Blue) = 156+255+230=641 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.34% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFFE6 is #630019. Grayscale: #DEDEDE. Windows color (decimal): -6488090 or 15138716. OLE color: 15138716.

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

Color convert

RGB 156 255 230 -
CMYK 0.39 0 0.10 0
HSL 164.85º 1% 0.81% -
HSV(B) 164.85º 0.39% 1% -
XYZ 63.75 84.3 87.77 -
YUV 222.55 132.2 80.53 -
System Red Green Blue C M Y K H S L
Decimal 156 255 230 0.39 0 0.10 0 164.85 1 0.81
Hex 9C FF E6 27 0 A 0 A5 64 51
Octal 234 377 346 47 0 12 0 245 144 121
Binary 10011100 11111111 11100110 100111 0 1010 0 10100101 1100100 1010001

Color Harmonies of #9CFFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFFE6

Black with #9CFFE6

Text Example


Text Example

White with #9CFFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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