Shades of Surf Crest #C0DFBC
Tints of Surf Crest #C0DFBC
RGB
CMYK
RGB Variations
Color information
#C0DFBC (or 0xC0DFBC) is known color: Surf Crest. HEX triplet: C0, DF and BC. RGB value is (192,223,188). Sum of RGB (Red+Green+Blue) = 192+223+188=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFBC is #3F2043. Grayscale: #D1D1D1. Windows color (decimal): -4137028 or 12378048. OLE color: 12378048.
HSL color Cylindrical-coordinate representation of color #C0DFBC: hue angle of 113.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0DFBC is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 188 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.13 |
| HSL | 113.14º | 0.35% | 0.81% | - |
| HSV(B) | 113.14º | 0.16% | 0.87% | - |
| XYZ | 57.2 | 67.61 | 57.61 | - |
| YUV | 209.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 188 | 0.14 | 0 | 0.16 | 0.13 | 113.14 | 0.35 | 0.81 |
| Hex | C0 | DF | BC | E | 0 | 10 | D | 71 | 23 | 51 |
| Octal | 300 | 337 | 274 | 16 | 0 | 20 | 15 | 161 | 43 | 121 |
| Binary | 11000000 | 11011111 | 10111100 | 1110 | 0 | 10000 | 1101 | 1110001 | 100011 | 1010001 |
Color Harmonies of #C0DFBC
Complementary color
Monochromatic Colors of #C0DFBC
Black with #C0DFBC
Text Example
Text Example
White with #C0DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFBC; }
p { color: rgb(192,223,188); }
H1.HeaderClassName
{
color: #C0DFBC;
}
.AnyTagClassName
{
color: #C0DFBC;
}
</style>
background-color css
<style>
a { background-color: #C0DFBC; }
a { background-color: rgb(192,223,188); }
div.DivClassName
{
background-color: #C0DFBC;
}
.BgClassName
{
background-color: #C0DFBC;
}
</style>
border-color css
<style>
span { border-color: #C0DFBC; }
span { border-color: rgb(192,223,188); }
td.TdClassName
{
border-color: #C0DFBC;
}
.TagClassName
{
border-color: #C0DFBC;
}
</style>