#C0E2BC

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

Shades of Surf Crest #C0E2BC

Tints of Surf Crest #C0E2BC

Color information

#C0E2BC (or 0xC0E2BC) is unknown color: approx Surf Crest. HEX triplet: C0, E2 and BC. RGB value is (192,226,188). Sum of RGB (Red+Green+Blue) = 192+226+188=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E2BC is #3F1D43. Grayscale: #D3D3D3. Windows color (decimal): -4136260 or 12378816. OLE color: 12378816.

HSL color Cylindrical-coordinate representation of color #C0E2BC: hue angle of 113.68º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0E2BC is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB192226188-
CMYK0.1500.170.11
HSL113.68º39.58%81.18%-
HSV(B)113.68º16.81%88.63%-
XYZ58.0169.2357.88-
YUV211.5114.74114.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.68%
GREEN value IS 226 (88.67% from 255) = 37.29%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=31.68%
G=37.29%
B=31.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1922261880.1500.170.11113.6839.5881.18
HexC0E2BCF011B722851
Octal300342274170211316250121
Binary1100000011100010101111001111010001101111100101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E2BC; }

 p { color: rgb(192,226,188); }

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

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

 a { background-color: rgb(192,226,188); }

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

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

 span { border-color: rgb(192,226,188); }

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