#C0F6EC

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

Shades of Jagged Ice #C0F6EC

Tints of Jagged Ice #C0F6EC

Color information

#C0F6EC (or 0xC0F6EC) is unknown color: approx Jagged Ice. HEX triplet: C0, F6 and EC. RGB value is (192,246,236). Sum of RGB (Red+Green+Blue) = 192+246+236=674 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.49% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F6EC is #3F0913. Grayscale: #E4E4E4. Windows color (decimal): -4131092 or 15529664. OLE color: 15529664.

HSL color Cylindrical-coordinate representation of color #C0F6EC: hue angle of 168.89º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F6EC is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB192246236-
CMYK0.2200.040.04
HSL168.89º75%85.88%-
HSV(B)168.89º21.95%96.47%-
XYZ69.8383.1791.73-
YUV228.71132.11101.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.49%
GREEN value IS 246 (96.48% from 255) = 36.50%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=28.49%
G=36.50%
B=35.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1922462360.2200.040.04168.897585.88
HexC0F6EC16044a94b56
Octal30036635426044251113126
Binary1100000011110110111011001011001001001010100110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F6EC; }

 p { color: rgb(192,246,236); }

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

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

 a { background-color: rgb(192,246,236); }

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

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

 span { border-color: rgb(192,246,236); }

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