#C0E1BA

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

Shades of Surf Crest #C0E1BA

Tints of Surf Crest #C0E1BA

Color information

#C0E1BA (or 0xC0E1BA) is unknown color: approx Surf Crest. HEX triplet: C0, E1 and BA. RGB value is (192,225,186). Sum of RGB (Red+Green+Blue) = 192+225+186=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E1BA is #3F1E45. Grayscale: #D2D2D2. Windows color (decimal): -4136518 or 12247488. OLE color: 12247488.

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

Color convert

RGB192225186-
CMYK0.1500.170.12
HSL110.77º39.39%80.59%-
HSV(B)110.77º17.33%88.24%-
XYZ57.5368.656.66-
YUV210.69114.07114.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.84%
GREEN value IS 225 (88.28% from 255) = 37.31%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=31.84%
G=37.31%
B=30.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1922251860.1500.170.12110.7739.3980.59
HexC0E1BAF011C6f2751
Octal300341272170211415747121
Binary1100000011100001101110101111010001110011011111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E1BA; }

 p { color: rgb(192,225,186); }

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

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

 a { background-color: rgb(192,225,186); }

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

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

 span { border-color: rgb(192,225,186); }

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