Html Css Color HEX #9CF5E3 Water Leaf

📋 copy color: '#9CF5E3'

red 156 ◦ green 245 ◦ blue 227

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

Shades of Water Leaf #9CF5E3

Tints of Water Leaf #9CF5E3

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.01%

 BLUE value IS 227 (89.06% from 255) = 36.15%

R = 24.84%
G = 39.01%
B = 36.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#9CF5E3 (or 0x9CF5E3) is known color: Water Leaf. HEX triplet: 9C, F5 and E3. RGB value is (156,245,227). Sum of RGB (Red+Green+Blue) = 156+245+227=628 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.84% from 628); Green value is 245 (96.09% from 255 or 39.01% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF5E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF5E3 is #630A1C. Grayscale: #D8D8D8. Windows color (decimal): -6490653 or 14939548. OLE color: 14939548.

HSL color Cylindrical-coordinate representation of color #9CF5E3: hue angle of 167.87º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF5E3 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 156 245 227 -
CMYK 0.36 0 0.07 0.04
HSL 167.87º 0.82% 0.79% -
HSV(B) 167.87º 0.36% 0.96% -
XYZ 60.23 77.92 84.54 -
YUV 216.34 134.01 84.96 -
System Red Green Blue C M Y K H S L
Decimal 156 245 227 0.36 0 0.07 0.04 167.87 0.82 0.79
Hex 9C F5 E3 24 0 7 4 A8 52 4F
Octal 234 365 343 44 0 7 4 250 122 117
Binary 10011100 11110101 11100011 100100 0 111 100 10101000 1010010 1001111

Color Harmonies of #9CF5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF5E3

Black with #9CF5E3

Text Example


Text Example

White with #9CF5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,245,227); }

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

background-color css

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

 a { background-color: rgb(156,245,227); }

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

border-color css

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

 span { border-color: rgb(156,245,227); }

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