#C2E9E2

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

Shades of Jagged Ice #C2E9E2

Tints of Jagged Ice #C2E9E2

Color information

#C2E9E2 (or 0xC2E9E2) is unknown color: approx Jagged Ice. HEX triplet: C2, E9 and E2. RGB value is (194,233,226). Sum of RGB (Red+Green+Blue) = 194+233+226=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E9E2 is #3D161D. Grayscale: #DCDCDC. Windows color (decimal): -4003358 or 14870978. OLE color: 14870978.

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

Color convert

RGB194233226-
CMYK0.1700.030.09
HSL169.23º46.99%83.73%-
HSV(B)169.23º16.74%91.37%-
XYZ65.1175.2483.04-
YUV220.54131.08109.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.71%
GREEN value IS 233 (91.41% from 255) = 35.68%
BLUE value IS 226 (88.67% from 255) = 34.61%
R=29.71%
G=35.68%
B=34.61%

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
Decimal1942332260.1700.030.09169.2346.9983.73
HexC2E9E211039a92f54
Octal30235134221031125157124
Binary110000101110100111100010100010111001101010011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E9E2; }

 p { color: rgb(194,233,226); }

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

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

 a { background-color: rgb(194,233,226); }

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

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

 span { border-color: rgb(194,233,226); }

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