Shades of Surf Crest #C0E1BA
Tints of Surf Crest #C0E1BA
RGB
CMYK
RGB Variations
Color information
#C0E1BA (or 0xC0E1BA) is known color: Surf Crest. HEX triplet: C0, E1 and BA. RGB value is (192,225,186). Sum of RGB (Red+Green+Blue) = 192+225+186=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E1BA is #3F1E45. Grayscale: #D2D2D2. Windows color (decimal): -4136518 or 12247488. OLE color: 12247488.
HSL color Cylindrical-coordinate representation of color #C0E1BA: hue angle of 110.77º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0E1BA is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 186 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.12 |
| HSL | 110.77º | 0.39% | 0.81% | - |
| HSV(B) | 110.77º | 0.17% | 0.88% | - |
| XYZ | 57.53 | 68.6 | 56.66 | - |
| YUV | 210.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 186 | 0.15 | 0 | 0.17 | 0.12 | 110.77 | 0.39 | 0.81 |
| Hex | C0 | E1 | BA | F | 0 | 11 | C | 6F | 27 | 51 |
| Octal | 300 | 341 | 272 | 17 | 0 | 21 | 14 | 157 | 47 | 121 |
| Binary | 11000000 | 11100001 | 10111010 | 1111 | 0 | 10001 | 1100 | 1101111 | 100111 | 1010001 |
Color Harmonies of #C0E1BA
Complementary color
Monochromatic Colors of #C0E1BA
Black with #C0E1BA
Text Example
Text Example
White with #C0E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E1BA; }
p { color: rgb(192,225,186); }
H1.HeaderClassName
{
color: #C0E1BA;
}
.AnyTagClassName
{
color: #C0E1BA;
}
</style>
background-color css
<style>
a { background-color: #C0E1BA; }
a { background-color: rgb(192,225,186); }
div.DivClassName
{
background-color: #C0E1BA;
}
.BgClassName
{
background-color: #C0E1BA;
}
</style>
border-color css
<style>
span { border-color: #C0E1BA; }
span { border-color: rgb(192,225,186); }
td.TdClassName
{
border-color: #C0E1BA;
}
.TagClassName
{
border-color: #C0E1BA;
}
</style>