Shades of Surf Crest #C0DABB
Tints of Surf Crest #C0DABB
RGB
CMYK
RGB Variations
Color information
#C0DABB (or 0xC0DABB) is known color: Surf Crest. HEX triplet: C0, DA and BB. RGB value is (192,218,187). Sum of RGB (Red+Green+Blue) = 192+218+187=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DABB is #3F2544. Grayscale: #CECECE. Windows color (decimal): -4138309 or 12311232. OLE color: 12311232.
HSL color Cylindrical-coordinate representation of color #C0DABB: hue angle of 110.32º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DABB is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 187 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.15 |
| HSL | 110.32º | 0.3% | 0.79% | - |
| HSV(B) | 110.32º | 0.14% | 0.85% | - |
| XYZ | 55.78 | 64.94 | 56.61 | - |
| YUV | 206.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 187 | 0.12 | 0 | 0.14 | 0.15 | 110.32 | 0.3 | 0.79 |
| Hex | C0 | DA | BB | C | 0 | E | F | 6E | 1E | 4F |
| Octal | 300 | 332 | 273 | 14 | 0 | 16 | 17 | 156 | 36 | 117 |
| Binary | 11000000 | 11011010 | 10111011 | 1100 | 0 | 1110 | 1111 | 1101110 | 11110 | 1001111 |
Color Harmonies of #C0DABB
Complementary color
Monochromatic Colors of #C0DABB
Black with #C0DABB
Text Example
Text Example
White with #C0DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DABB; }
p { color: rgb(192,218,187); }
H1.HeaderClassName
{
color: #C0DABB;
}
.AnyTagClassName
{
color: #C0DABB;
}
</style>
background-color css
<style>
a { background-color: #C0DABB; }
a { background-color: rgb(192,218,187); }
div.DivClassName
{
background-color: #C0DABB;
}
.BgClassName
{
background-color: #C0DABB;
}
</style>
border-color css
<style>
span { border-color: #C0DABB; }
span { border-color: rgb(192,218,187); }
td.TdClassName
{
border-color: #C0DABB;
}
.TagClassName
{
border-color: #C0DABB;
}
</style>