Shades of Surf Crest #C0E4BC
Tints of Surf Crest #C0E4BC
RGB
CMYK
RGB Variations
Color information
#C0E4BC (or 0xC0E4BC) is known color: Surf Crest. HEX triplet: C0, E4 and BC. RGB value is (192,228,188). Sum of RGB (Red+Green+Blue) = 192+228+188=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E4BC is #3F1B43. Grayscale: #D4D4D4. Windows color (decimal): -4135748 or 12379328. OLE color: 12379328.
HSL color Cylindrical-coordinate representation of color #C0E4BC: hue angle of 114º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0E4BC is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 188 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.11 |
| HSL | 114º | 0.43% | 0.82% | - |
| HSV(B) | 114º | 0.18% | 0.89% | - |
| XYZ | 58.56 | 70.32 | 58.06 | - |
| YUV | 212.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 188 | 0.16 | 0 | 0.18 | 0.11 | 114 | 0.43 | 0.82 |
| Hex | C0 | E4 | BC | 10 | 0 | 12 | B | 72 | 2B | 52 |
| Octal | 300 | 344 | 274 | 20 | 0 | 22 | 13 | 162 | 53 | 122 |
| Binary | 11000000 | 11100100 | 10111100 | 10000 | 0 | 10010 | 1011 | 1110010 | 101011 | 1010010 |
Color Harmonies of #C0E4BC
Complementary color
Monochromatic Colors of #C0E4BC
Black with #C0E4BC
Text Example
Text Example
White with #C0E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E4BC; }
p { color: rgb(192,228,188); }
H1.HeaderClassName
{
color: #C0E4BC;
}
.AnyTagClassName
{
color: #C0E4BC;
}
</style>
background-color css
<style>
a { background-color: #C0E4BC; }
a { background-color: rgb(192,228,188); }
div.DivClassName
{
background-color: #C0E4BC;
}
.BgClassName
{
background-color: #C0E4BC;
}
</style>
border-color css
<style>
span { border-color: #C0E4BC; }
span { border-color: rgb(192,228,188); }
td.TdClassName
{
border-color: #C0E4BC;
}
.TagClassName
{
border-color: #C0E4BC;
}
</style>