#C0DABD

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

Shades of Surf Crest #C0DABD

Tints of Surf Crest #C0DABD

Color information

#C0DABD (or 0xC0DABD) is unknown color: approx Surf Crest. HEX triplet: C0, DA and BD. RGB value is (192,218,189). Sum of RGB (Red+Green+Blue) = 192+218+189=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DABD is #3F2542. Grayscale: #CFCFCF. Windows color (decimal): -4138307 or 12442304. OLE color: 12442304.

HSL color Cylindrical-coordinate representation of color #C0DABD: hue angle of 113.79º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DABD is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB192218189-
CMYK0.1200.130.15
HSL113.79º28.16%79.8%-
HSV(B)113.79º13.3%85.49%-
XYZ55.9965.0257.74-
YUV206.92117.89117.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.05%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 189 (74.22% from 255) = 31.55%
R=32.05%
G=36.39%
B=31.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922181890.1200.130.15113.7928.1679.8
HexC0DABDC0DF721c50
Octal300332275140151716234120
Binary11000000110110101011110111000110111111110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DABD; }

 p { color: rgb(192,218,189); }

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

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

 a { background-color: rgb(192,218,189); }

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

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

 span { border-color: rgb(192,218,189); }

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