Shades of Surf Crest #C0DDBA
Tints of Surf Crest #C0DDBA
RGB
CMYK
RGB Variations
Color information
#C0DDBA (or 0xC0DDBA) is known color: 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
| RGB | 192 | 221 | 186 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.13 |
| HSL | 109.71º | 0.34% | 0.8% | - |
| HSV(B) | 109.71º | 0.16% | 0.87% | - |
| XYZ | 56.46 | 66.46 | 56.31 | - |
| YUV | 208.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 186 | 0.13 | 0 | 0.16 | 0.13 | 109.71 | 0.34 | 0.8 |
| Hex | C0 | DD | BA | D | 0 | 10 | D | 6E | 22 | 50 |
| Octal | 300 | 335 | 272 | 15 | 0 | 20 | 15 | 156 | 42 | 120 |
| Binary | 11000000 | 11011101 | 10111010 | 1101 | 0 | 10000 | 1101 | 1101110 | 100010 | 1010000 |
Color Harmonies of #C0DDBA
Complementary color
Monochromatic Colors of #C0DDBA
Black with #C0DDBA
Text Example
Text Example
White with #C0DDBA
Text Example
Text Example
HTML Codes & Css Web 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>