#C2E6E2

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

Shades of Jagged Ice #C2E6E2

Tints of Jagged Ice #C2E6E2

Color information

#C2E6E2 (or 0xC2E6E2) is unknown color: approx Jagged Ice. HEX triplet: C2, E6 and E2. RGB value is (194,230,226). Sum of RGB (Red+Green+Blue) = 194+230+226=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E6E2 is #3D191D. Grayscale: #DADADA. Windows color (decimal): -4004126 or 14870210. OLE color: 14870210.

HSL color Cylindrical-coordinate representation of color #C2E6E2: hue angle of 173.33º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2E6E2 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB194230226-
CMYK0.1600.020.10
HSL173.33º41.86%83.14%-
HSV(B)173.33º15.65%90.2%-
XYZ64.2773.5582.76-
YUV218.78132.07110.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.85%
GREEN value IS 230 (90.23% from 255) = 35.38%
BLUE value IS 226 (88.67% from 255) = 34.77%
R=29.85%
G=35.38%
B=34.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1942302260.1600.020.10173.3341.8683.14
HexC2E6E21002Aad2a53
Octal30234634220021225552123
Binary110000101110011011100010100000101010101011011010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E6E2; }

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

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

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

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

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

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

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

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