#C0F5EB

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

Shades of Jagged Ice #C0F5EB

Tints of Jagged Ice #C0F5EB

Color information

#C0F5EB (or 0xC0F5EB) is unknown color: approx Jagged Ice. HEX triplet: C0, F5 and EB. RGB value is (192,245,235). Sum of RGB (Red+Green+Blue) = 192+245+235=672 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.57% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F5EB is #3F0A14. Grayscale: #E3E3E3. Windows color (decimal): -4131349 or 15463872. OLE color: 15463872.

HSL color Cylindrical-coordinate representation of color #C0F5EB: hue angle of 168.68º degrees, saturation: 0.73, 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 #C0F5EB is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB192245235-
CMYK0.2200.040.04
HSL168.68º72.6%85.69%-
HSV(B)168.68º21.63%96.08%-
XYZ69.3982.5190.87-
YUV228.01131.94102.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.57%
GREEN value IS 245 (96.09% from 255) = 36.46%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=28.57%
G=36.46%
B=34.97%

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
Decimal1922452350.2200.040.04168.6872.685.69
HexC0F5EB16044a94956
Octal30036535326044251111126
Binary1100000011110101111010111011001001001010100110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F5EB; }

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

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

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

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

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

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

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

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