Shades of Surf Crest #C0DBBB
Tints of Surf Crest #C0DBBB
RGB
CMYK
RGB Variations
Color information
#C0DBBB (or 0xC0DBBB) is known color: Surf Crest. HEX triplet: C0, DB and BB. RGB value is (192,219,187). Sum of RGB (Red+Green+Blue) = 192+219+187=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBBB is #3F2444. Grayscale: #CFCFCF. Windows color (decimal): -4138053 or 12311488. OLE color: 12311488.
HSL color Cylindrical-coordinate representation of color #C0DBBB: hue angle of 110.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0DBBB is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 187 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.14 |
| HSL | 110.63º | 0.31% | 0.8% | - |
| HSV(B) | 110.63º | 0.15% | 0.86% | - |
| XYZ | 56.04 | 65.46 | 56.69 | - |
| YUV | 207.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 187 | 0.12 | 0 | 0.15 | 0.14 | 110.63 | 0.31 | 0.8 |
| Hex | C0 | DB | BB | C | 0 | F | E | 6F | 1F | 50 |
| Octal | 300 | 333 | 273 | 14 | 0 | 17 | 16 | 157 | 37 | 120 |
| Binary | 11000000 | 11011011 | 10111011 | 1100 | 0 | 1111 | 1110 | 1101111 | 11111 | 1010000 |
Color Harmonies of #C0DBBB
Complementary color
Monochromatic Colors of #C0DBBB
Black with #C0DBBB
Text Example
Text Example
White with #C0DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBBB; }
p { color: rgb(192,219,187); }
H1.HeaderClassName
{
color: #C0DBBB;
}
.AnyTagClassName
{
color: #C0DBBB;
}
</style>
background-color css
<style>
a { background-color: #C0DBBB; }
a { background-color: rgb(192,219,187); }
div.DivClassName
{
background-color: #C0DBBB;
}
.BgClassName
{
background-color: #C0DBBB;
}
</style>
border-color css
<style>
span { border-color: #C0DBBB; }
span { border-color: rgb(192,219,187); }
td.TdClassName
{
border-color: #C0DBBB;
}
.TagClassName
{
border-color: #C0DBBB;
}
</style>