#C4E9E0

Color #C4E9E0 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #C4E9E0

Tints of Jagged Ice #C4E9E0

Color information

#C4E9E0 (or 0xC4E9E0) is unknown color: approx Jagged Ice. HEX triplet: C4, E9 and E0. RGB value is (196,233,224). Sum of RGB (Red+Green+Blue) = 196+233+224=653 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.02% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 233 - color contains mainly: green. Hex color #C4E9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4E9E0 is #3B161F. Grayscale: #DCDCDC. Windows color (decimal): -3872288 or 14739908. OLE color: 14739908.

HSL color Cylindrical-coordinate representation of color #C4E9E0: hue angle of 165.41º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4E9E0 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB196233224-
CMYK0.1600.040.09
HSL165.41º45.68%84.12%-
HSV(B)165.41º15.88%91.37%-
XYZ65.3675.481.63-
YUV220.91129.74110.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.02%
GREEN value IS 233 (91.41% from 255) = 35.68%
BLUE value IS 224 (87.89% from 255) = 34.30%
R=30.02%
G=35.68%
B=34.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1962332240.1600.040.09165.4145.6884.12
HexC4E9E010049a52e54
Octal30435134020041124556124
Binary1100010011101001111000001000001001001101001011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E9E0; }

 p { color: rgb(196,233,224); }

 H1.HeaderClassName
 {
   color: #C4E9E0;
 }
 .AnyTagClassName
 {
   color: #C4E9E0;
 }
</style>
background-color css

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

 a { background-color: rgb(196,233,224); }

 div.DivClassName
 {
   background-color: #C4E9E0;
 }
 .BgClassName
 {
   background-color: #C4E9E0;
 }
</style>
border-color css

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

 span { border-color: rgb(196,233,224); }

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