Shades of Surf Crest #C0E0BC
Tints of Surf Crest #C0E0BC
RGB
CMYK
RGB Variations
Color information
#C0E0BC (or 0xC0E0BC) is known color: Surf Crest. HEX triplet: C0, E0 and BC. RGB value is (192,224,188). Sum of RGB (Red+Green+Blue) = 192+224+188=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E0BC is #3F1F43. Grayscale: #D2D2D2. Windows color (decimal): -4136772 or 12378304. OLE color: 12378304.
HSL color Cylindrical-coordinate representation of color #C0E0BC: hue angle of 113.33º degrees, saturation: 0.37, 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 #C0E0BC is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 188 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.12 |
| HSL | 113.33º | 0.37% | 0.81% | - |
| HSV(B) | 113.33º | 0.16% | 0.88% | - |
| XYZ | 57.47 | 68.15 | 57.7 | - |
| YUV | 210.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 188 | 0.14 | 0 | 0.16 | 0.12 | 113.33 | 0.37 | 0.81 |
| Hex | C0 | E0 | BC | E | 0 | 10 | C | 71 | 25 | 51 |
| Octal | 300 | 340 | 274 | 16 | 0 | 20 | 14 | 161 | 45 | 121 |
| Binary | 11000000 | 11100000 | 10111100 | 1110 | 0 | 10000 | 1100 | 1110001 | 100101 | 1010001 |
Color Harmonies of #C0E0BC
Complementary color
Monochromatic Colors of #C0E0BC
Black with #C0E0BC
Text Example
Text Example
White with #C0E0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E0BC; }
p { color: rgb(192,224,188); }
H1.HeaderClassName
{
color: #C0E0BC;
}
.AnyTagClassName
{
color: #C0E0BC;
}
</style>
background-color css
<style>
a { background-color: #C0E0BC; }
a { background-color: rgb(192,224,188); }
div.DivClassName
{
background-color: #C0E0BC;
}
.BgClassName
{
background-color: #C0E0BC;
}
</style>
border-color css
<style>
span { border-color: #C0E0BC; }
span { border-color: rgb(192,224,188); }
td.TdClassName
{
border-color: #C0E0BC;
}
.TagClassName
{
border-color: #C0E0BC;
}
</style>