#C2E7E1

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

Shades of Jagged Ice #C2E7E1

Tints of Jagged Ice #C2E7E1

Color information

#C2E7E1 (or 0xC2E7E1) is unknown color: approx Jagged Ice. HEX triplet: C2, E7 and E1. RGB value is (194,231,225). Sum of RGB (Red+Green+Blue) = 194+231+225=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E7E1 is #3D181E. Grayscale: #DBDBDB. Windows color (decimal): -4003871 or 14804930. OLE color: 14804930.

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

Color convert

RGB194231225-
CMYK0.1600.030.09
HSL170.27º43.53%83.33%-
HSV(B)170.27º16.02%90.59%-
XYZ64.4174.0682.13-
YUV219.25131.24109.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.85%
GREEN value IS 231 (90.62% from 255) = 35.54%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=29.85%
G=35.54%
B=34.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1942312250.1600.030.09170.2743.5383.33
HexC2E7E110039aa2c53
Octal30234734120031125254123
Binary110000101110011111100001100000111001101010101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E7E1; }

 p { color: rgb(194,231,225); }

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

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

 a { background-color: rgb(194,231,225); }

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

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

 span { border-color: rgb(194,231,225); }

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