#C2E0C0

Color #C2E0C0 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C2E0C0

Tints of Surf Crest #C2E0C0

Color information

#C2E0C0 (or 0xC2E0C0) is unknown color: approx Surf Crest. HEX triplet: C2, E0 and C0. RGB value is (194,224,192). Sum of RGB (Red+Green+Blue) = 194+224+192=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0C0 is #3D1F3F. Grayscale: #D3D3D3. Windows color (decimal): -4005696 or 12640450. OLE color: 12640450.

HSL color Cylindrical-coordinate representation of color #C2E0C0: hue angle of 116.25º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2E0C0 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB194224192-
CMYK0.1300.140.12
HSL116.25º34.04%81.57%-
HSV(B)116.25º14.29%87.84%-
XYZ58.4268.5960.03-
YUV211.38117.06115.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.80%
GREEN value IS 224 (87.89% from 255) = 36.72%
BLUE value IS 192 (75.39% from 255) = 31.48%
R=31.80%
G=36.72%
B=31.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1942241920.1300.140.12116.2534.0481.57
HexC2E0C0D0EC742252
Octal302340300150161416442122
Binary110000101110000011000000110101110110011101001000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E0C0; }

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

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

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

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

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

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

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

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