Shades of Surf Crest #C0E0B8
Tints of Surf Crest #C0E0B8
RGB
CMYK
RGB Variations
Color information
#C0E0B8 (or 0xC0E0B8) is known color: Surf Crest. HEX triplet: C0, E0 and B8. RGB value is (192,224,184). Sum of RGB (Red+Green+Blue) = 192+224+184=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E0B8 is #3F1F47. Grayscale: #D2D2D2. Windows color (decimal): -4136776 or 12116160. OLE color: 12116160.
HSL color Cylindrical-coordinate representation of color #C0E0B8: hue angle of 108º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0E0B8 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 184 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.12 |
| HSL | 108º | 0.39% | 0.8% | - |
| HSV(B) | 108º | 0.18% | 0.88% | - |
| XYZ | 57.05 | 67.98 | 55.46 | - |
| YUV | 209.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 184 | 0.14 | 0 | 0.18 | 0.12 | 108 | 0.39 | 0.8 |
| Hex | C0 | E0 | B8 | E | 0 | 12 | C | 6C | 27 | 50 |
| Octal | 300 | 340 | 270 | 16 | 0 | 22 | 14 | 154 | 47 | 120 |
| Binary | 11000000 | 11100000 | 10111000 | 1110 | 0 | 10010 | 1100 | 1101100 | 100111 | 1010000 |
Color Harmonies of #C0E0B8
Complementary color
Monochromatic Colors of #C0E0B8
Black with #C0E0B8
Text Example
Text Example
White with #C0E0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E0B8; }
p { color: rgb(192,224,184); }
H1.HeaderClassName
{
color: #C0E0B8;
}
.AnyTagClassName
{
color: #C0E0B8;
}
</style>
background-color css
<style>
a { background-color: #C0E0B8; }
a { background-color: rgb(192,224,184); }
div.DivClassName
{
background-color: #C0E0B8;
}
.BgClassName
{
background-color: #C0E0B8;
}
</style>
border-color css
<style>
span { border-color: #C0E0B8; }
span { border-color: rgb(192,224,184); }
td.TdClassName
{
border-color: #C0E0B8;
}
.TagClassName
{
border-color: #C0E0B8;
}
</style>