Shades of Surf Crest #C0E0BD
Tints of Surf Crest #C0E0BD
RGB
CMYK
RGB Variations
Color information
#C0E0BD (or 0xC0E0BD) is known color: Surf Crest. HEX triplet: C0, E0 and BD. RGB value is (192,224,189). Sum of RGB (Red+Green+Blue) = 192+224+189=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E0BD is #3F1F42. Grayscale: #D2D2D2. Windows color (decimal): -4136771 or 12443840. OLE color: 12443840.
HSL color Cylindrical-coordinate representation of color #C0E0BD: hue angle of 114.86º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0E0BD is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 189 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.12 |
| HSL | 114.86º | 0.36% | 0.81% | - |
| HSV(B) | 114.86º | 0.16% | 0.88% | - |
| XYZ | 57.58 | 68.19 | 58.27 | - |
| YUV | 210.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 189 | 0.14 | 0 | 0.16 | 0.12 | 114.86 | 0.36 | 0.81 |
| Hex | C0 | E0 | BD | E | 0 | 10 | C | 73 | 24 | 51 |
| Octal | 300 | 340 | 275 | 16 | 0 | 20 | 14 | 163 | 44 | 121 |
| Binary | 11000000 | 11100000 | 10111101 | 1110 | 0 | 10000 | 1100 | 1110011 | 100100 | 1010001 |
Color Harmonies of #C0E0BD
Complementary color
Monochromatic Colors of #C0E0BD
Black with #C0E0BD
Text Example
Text Example
White with #C0E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E0BD; }
p { color: rgb(192,224,189); }
H1.HeaderClassName
{
color: #C0E0BD;
}
.AnyTagClassName
{
color: #C0E0BD;
}
</style>
background-color css
<style>
a { background-color: #C0E0BD; }
a { background-color: rgb(192,224,189); }
div.DivClassName
{
background-color: #C0E0BD;
}
.BgClassName
{
background-color: #C0E0BD;
}
</style>
border-color css
<style>
span { border-color: #C0E0BD; }
span { border-color: rgb(192,224,189); }
td.TdClassName
{
border-color: #C0E0BD;
}
.TagClassName
{
border-color: #C0E0BD;
}
</style>