Shades of Surf Crest #C0E8BD
Tints of Surf Crest #C0E8BD
RGB
CMYK
RGB Variations
Color information
#C0E8BD (or 0xC0E8BD) is known color: Surf Crest. HEX triplet: C0, E8 and BD. RGB value is (192,232,189). Sum of RGB (Red+Green+Blue) = 192+232+189=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E8BD is #3F1742. Grayscale: #D7D7D7. Windows color (decimal): -4134723 or 12445888. OLE color: 12445888.
HSL color Cylindrical-coordinate representation of color #C0E8BD: hue angle of 115.81º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0E8BD is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 232 | 189 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.09 |
| HSL | 115.81º | 0.48% | 0.83% | - |
| HSV(B) | 115.81º | 0.19% | 0.91% | - |
| XYZ | 59.78 | 72.59 | 59.01 | - |
| YUV | 215.14 | 113.25 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 189 | 0.17 | 0 | 0.19 | 0.09 | 115.81 | 0.48 | 0.83 |
| Hex | C0 | E8 | BD | 11 | 0 | 13 | 9 | 74 | 30 | 53 |
| Octal | 300 | 350 | 275 | 21 | 0 | 23 | 11 | 164 | 60 | 123 |
| Binary | 11000000 | 11101000 | 10111101 | 10001 | 0 | 10011 | 1001 | 1110100 | 110000 | 1010011 |
Color Harmonies of #C0E8BD
Complementary color
Monochromatic Colors of #C0E8BD
Black with #C0E8BD
Text Example
Text Example
White with #C0E8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E8BD; }
p { color: rgb(192,232,189); }
H1.HeaderClassName
{
color: #C0E8BD;
}
.AnyTagClassName
{
color: #C0E8BD;
}
</style>
background-color css
<style>
a { background-color: #C0E8BD; }
a { background-color: rgb(192,232,189); }
div.DivClassName
{
background-color: #C0E8BD;
}
.BgClassName
{
background-color: #C0E8BD;
}
</style>
border-color css
<style>
span { border-color: #C0E8BD; }
span { border-color: rgb(192,232,189); }
td.TdClassName
{
border-color: #C0E8BD;
}
.TagClassName
{
border-color: #C0E8BD;
}
</style>