Shades of Surf Crest #C0E4B8
Tints of Surf Crest #C0E4B8
RGB
CMYK
RGB Variations
Color information
#C0E4B8 (or 0xC0E4B8) is known color: Surf Crest. HEX triplet: C0, E4 and B8. RGB value is (192,228,184). Sum of RGB (Red+Green+Blue) = 192+228+184=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E4B8 is #3F1B47. Grayscale: #D4D4D4. Windows color (decimal): -4135752 or 12117184. OLE color: 12117184.
HSL color Cylindrical-coordinate representation of color #C0E4B8: hue angle of 109.09º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0E4B8 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 184 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.11 |
| HSL | 109.09º | 0.45% | 0.81% | - |
| HSV(B) | 109.09º | 0.19% | 0.89% | - |
| XYZ | 58.13 | 70.15 | 55.82 | - |
| YUV | 212.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 184 | 0.16 | 0 | 0.19 | 0.11 | 109.09 | 0.45 | 0.81 |
| Hex | C0 | E4 | B8 | 10 | 0 | 13 | B | 6D | 2D | 51 |
| Octal | 300 | 344 | 270 | 20 | 0 | 23 | 13 | 155 | 55 | 121 |
| Binary | 11000000 | 11100100 | 10111000 | 10000 | 0 | 10011 | 1011 | 1101101 | 101101 | 1010001 |
Color Harmonies of #C0E4B8
Complementary color
Monochromatic Colors of #C0E4B8
Black with #C0E4B8
Text Example
Text Example
White with #C0E4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E4B8; }
p { color: rgb(192,228,184); }
H1.HeaderClassName
{
color: #C0E4B8;
}
.AnyTagClassName
{
color: #C0E4B8;
}
</style>
background-color css
<style>
a { background-color: #C0E4B8; }
a { background-color: rgb(192,228,184); }
div.DivClassName
{
background-color: #C0E4B8;
}
.BgClassName
{
background-color: #C0E4B8;
}
</style>
border-color css
<style>
span { border-color: #C0E4B8; }
span { border-color: rgb(192,228,184); }
td.TdClassName
{
border-color: #C0E4B8;
}
.TagClassName
{
border-color: #C0E4B8;
}
</style>