#c4f2eb

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

Shades of Jagged Ice #C4F2EB

Tints of Jagged Ice #C4F2EB

Color information

#C4F2EB (or 0xC4F2EB) is unknown color: approx Jagged Ice. HEX triplet: C4, F2 and EB. RGB value is (196,242,235). Sum of RGB (Red+Green+Blue) = 196+242+235=673 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.12% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F2EB is #3B0D14. Grayscale: #E3E3E3. Windows color (decimal): -3869973 or 15463108. OLE color: 15463108.

HSL color Cylindrical-coordinate representation of color #C4F2EB: hue angle of 170.87º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4F2EB is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB196242235-
CMYK0.1900.030.05
HSL170.87º63.89%85.88%-
HSV(B)170.87º19.01%94.9%-
XYZ69.5181.2490.61-
YUV227.45132.26105.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.12%
GREEN value IS 242 (94.92% from 255) = 35.96%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=29.12%
G=35.96%
B=34.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1962422350.1900.030.05170.8763.8985.88
HexC4F2EB13035ab4056
Octal30436235323035253100126
Binary110001001111001011101011100110111011010101110000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4f2eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4f2eb; }

 p { color: rgb(196,242,235); }

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

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

 a { background-color: rgb(196,242,235); }

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

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

 span { border-color: rgb(196,242,235); }

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