Shades of Surf Crest #C0DEBC
Tints of Surf Crest #C0DEBC
RGB
CMYK
RGB Variations
Color information
#C0DEBC (or 0xC0DEBC) is known color: Surf Crest. HEX triplet: C0, DE and BC. RGB value is (192,222,188). Sum of RGB (Red+Green+Blue) = 192+222+188=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DEBC is #3F2143. Grayscale: #D1D1D1. Windows color (decimal): -4137284 or 12377792. OLE color: 12377792.
HSL color Cylindrical-coordinate representation of color #C0DEBC: hue angle of 112.94º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0DEBC is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 188 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.13 |
| HSL | 112.94º | 0.34% | 0.8% | - |
| HSV(B) | 112.94º | 0.15% | 0.87% | - |
| XYZ | 56.94 | 67.08 | 57.52 | - |
| YUV | 209.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 188 | 0.14 | 0 | 0.15 | 0.13 | 112.94 | 0.34 | 0.8 |
| Hex | C0 | DE | BC | E | 0 | F | D | 71 | 22 | 50 |
| Octal | 300 | 336 | 274 | 16 | 0 | 17 | 15 | 161 | 42 | 120 |
| Binary | 11000000 | 11011110 | 10111100 | 1110 | 0 | 1111 | 1101 | 1110001 | 100010 | 1010000 |
Color Harmonies of #C0DEBC
Complementary color
Monochromatic Colors of #C0DEBC
Black with #C0DEBC
Text Example
Text Example
White with #C0DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEBC; }
p { color: rgb(192,222,188); }
H1.HeaderClassName
{
color: #C0DEBC;
}
.AnyTagClassName
{
color: #C0DEBC;
}
</style>
background-color css
<style>
a { background-color: #C0DEBC; }
a { background-color: rgb(192,222,188); }
div.DivClassName
{
background-color: #C0DEBC;
}
.BgClassName
{
background-color: #C0DEBC;
}
</style>
border-color css
<style>
span { border-color: #C0DEBC; }
span { border-color: rgb(192,222,188); }
td.TdClassName
{
border-color: #C0DEBC;
}
.TagClassName
{
border-color: #C0DEBC;
}
</style>