Shades of Surf Crest #C0E2BA
Tints of Surf Crest #C0E2BA
RGB
CMYK
RGB Variations
Color information
#C0E2BA (or 0xC0E2BA) is known color: Surf Crest. HEX triplet: C0, E2 and BA. RGB value is (192,226,186). Sum of RGB (Red+Green+Blue) = 192+226+186=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E2BA is #3F1D45. Grayscale: #D3D3D3. Windows color (decimal): -4136262 or 12247744. OLE color: 12247744.
HSL color Cylindrical-coordinate representation of color #C0E2BA: hue angle of 111º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0E2BA is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 186 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.11 |
| HSL | 111º | 0.41% | 0.81% | - |
| HSV(B) | 111º | 0.18% | 0.89% | - |
| XYZ | 57.8 | 69.14 | 56.75 | - |
| YUV | 211.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 186 | 0.15 | 0 | 0.18 | 0.11 | 111 | 0.41 | 0.81 |
| Hex | C0 | E2 | BA | F | 0 | 12 | B | 6F | 29 | 51 |
| Octal | 300 | 342 | 272 | 17 | 0 | 22 | 13 | 157 | 51 | 121 |
| Binary | 11000000 | 11100010 | 10111010 | 1111 | 0 | 10010 | 1011 | 1101111 | 101001 | 1010001 |
Color Harmonies of #C0E2BA
Complementary color
Monochromatic Colors of #C0E2BA
Black with #C0E2BA
Text Example
Text Example
White with #C0E2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E2BA; }
p { color: rgb(192,226,186); }
H1.HeaderClassName
{
color: #C0E2BA;
}
.AnyTagClassName
{
color: #C0E2BA;
}
</style>
background-color css
<style>
a { background-color: #C0E2BA; }
a { background-color: rgb(192,226,186); }
div.DivClassName
{
background-color: #C0E2BA;
}
.BgClassName
{
background-color: #C0E2BA;
}
</style>
border-color css
<style>
span { border-color: #C0E2BA; }
span { border-color: rgb(192,226,186); }
td.TdClassName
{
border-color: #C0E2BA;
}
.TagClassName
{
border-color: #C0E2BA;
}
</style>