#C0DDBA

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

Shades of Surf Crest #C0DDBA

Tints of Surf Crest #C0DDBA

Color information

#C0DDBA (or 0xC0DDBA) is unknown color: approx Surf Crest. HEX triplet: C0, DD and BA. RGB value is (192,221,186). Sum of RGB (Red+Green+Blue) = 192+221+186=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDBA is #3F2245. Grayscale: #D0D0D0. Windows color (decimal): -4137542 or 12246464. OLE color: 12246464.

HSL color Cylindrical-coordinate representation of color #C0DDBA: hue angle of 109.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0DDBA is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB192221186-
CMYK0.1300.160.13
HSL109.71º33.98%79.8%-
HSV(B)109.71º15.84%86.67%-
XYZ56.4666.4656.31-
YUV208.34115.39116.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.05%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=32.05%
G=36.89%
B=31.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211860.1300.160.13109.7133.9879.8
HexC0DDBAD010D6e2250
Octal300335272150201515642120
Binary1100000011011101101110101101010000110111011101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDBA; }

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

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

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

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

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

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

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

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