Shades of Surf Crest #C0ECBA
Tints of Surf Crest #C0ECBA
RGB
CMYK
RGB Variations
Color information
#C0ECBA (or 0xC0ECBA) is known color: Surf Crest. HEX triplet: C0, EC and BA. RGB value is (192,236,186). Sum of RGB (Red+Green+Blue) = 192+236+186=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECBA is #3F1345. Grayscale: #D9D9D9. Windows color (decimal): -4133702 or 12250304. OLE color: 12250304.
HSL color Cylindrical-coordinate representation of color #C0ECBA: hue angle of 112.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0ECBA is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 186 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.07 |
| HSL | 112.8º | 0.57% | 0.83% | - |
| HSV(B) | 112.8º | 0.21% | 0.93% | - |
| XYZ | 60.6 | 74.74 | 57.69 | - |
| YUV | 217.14 | 110.42 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 186 | 0.19 | 0 | 0.21 | 0.07 | 112.8 | 0.57 | 0.83 |
| Hex | C0 | EC | BA | 13 | 0 | 15 | 7 | 71 | 39 | 53 |
| Octal | 300 | 354 | 272 | 23 | 0 | 25 | 7 | 161 | 71 | 123 |
| Binary | 11000000 | 11101100 | 10111010 | 10011 | 0 | 10101 | 111 | 1110001 | 111001 | 1010011 |
Color Harmonies of #C0ECBA
Complementary color
Monochromatic Colors of #C0ECBA
Black with #C0ECBA
Text Example
Text Example
White with #C0ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECBA; }
p { color: rgb(192,236,186); }
H1.HeaderClassName
{
color: #C0ECBA;
}
.AnyTagClassName
{
color: #C0ECBA;
}
</style>
background-color css
<style>
a { background-color: #C0ECBA; }
a { background-color: rgb(192,236,186); }
div.DivClassName
{
background-color: #C0ECBA;
}
.BgClassName
{
background-color: #C0ECBA;
}
</style>
border-color css
<style>
span { border-color: #C0ECBA; }
span { border-color: rgb(192,236,186); }
td.TdClassName
{
border-color: #C0ECBA;
}
.TagClassName
{
border-color: #C0ECBA;
}
</style>