#C0E7E0

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

Shades of Jagged Ice #C0E7E0

Tints of Jagged Ice #C0E7E0

Color information

#C0E7E0 (or 0xC0E7E0) is unknown color: approx Jagged Ice. HEX triplet: C0, E7 and E0. RGB value is (192,231,224). Sum of RGB (Red+Green+Blue) = 192+231+224=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E7E0 is #3F181F. Grayscale: #DADADA. Windows color (decimal): -4134944 or 14739392. OLE color: 14739392.

HSL color Cylindrical-coordinate representation of color #C0E7E0: hue angle of 169.23º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0E7E0 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB192231224-
CMYK0.1700.030.09
HSL169.23º44.83%82.94%-
HSV(B)169.23º16.88%90.59%-
XYZ63.7773.7481.39-
YUV218.54131.08109.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.68%
GREEN value IS 231 (90.62% from 255) = 35.70%
BLUE value IS 224 (87.89% from 255) = 34.62%
R=29.68%
G=35.70%
B=34.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1922312240.1700.030.09169.2344.8382.94
HexC0E7E011039a92d53
Octal30034734021031125155123
Binary110000001110011111100000100010111001101010011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E7E0; }

 p { color: rgb(192,231,224); }

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

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

 a { background-color: rgb(192,231,224); }

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

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

 span { border-color: rgb(192,231,224); }

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