#C0F1EB

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

Shades of Jagged Ice #C0F1EB

Tints of Jagged Ice #C0F1EB

Color information

#C0F1EB (or 0xC0F1EB) is unknown color: approx Jagged Ice. HEX triplet: C0, F1 and EB. RGB value is (192,241,235). Sum of RGB (Red+Green+Blue) = 192+241+235=668 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.74% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F1EB is #3F0E14. Grayscale: #E1E1E1. Windows color (decimal): -4132373 or 15462848. OLE color: 15462848.

HSL color Cylindrical-coordinate representation of color #C0F1EB: hue angle of 172.65º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0F1EB is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB192241235-
CMYK0.2000.020.05
HSL172.65º63.64%84.9%-
HSV(B)172.65º20.33%94.51%-
XYZ68.1980.1290.47-
YUV225.66133.27103.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.74%
GREEN value IS 241 (94.53% from 255) = 36.08%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=28.74%
G=36.08%
B=35.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922412350.2000.020.05172.6563.6484.9
HexC0F1EB14025ad4055
Octal30036135324025255100125
Binary110000001111000111101011101000101011010110110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F1EB; }

 p { color: rgb(192,241,235); }

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

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

 a { background-color: rgb(192,241,235); }

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

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

 span { border-color: rgb(192,241,235); }

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