Shades of Surf Crest #C0E6BA
Tints of Surf Crest #C0E6BA
RGB
CMYK
RGB Variations
Color information
#C0E6BA (or 0xC0E6BA) is known color: Surf Crest. HEX triplet: C0, E6 and BA. RGB value is (192,230,186). Sum of RGB (Red+Green+Blue) = 192+230+186=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E6BA is #3F1945. Grayscale: #D5D5D5. Windows color (decimal): -4135238 or 12248768. OLE color: 12248768.
HSL color Cylindrical-coordinate representation of color #C0E6BA: hue angle of 111.82º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0E6BA is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 186 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.10 |
| HSL | 111.82º | 0.47% | 0.82% | - |
| HSV(B) | 111.82º | 0.19% | 0.9% | - |
| XYZ | 58.9 | 71.35 | 57.12 | - |
| YUV | 213.62 | 112.41 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 186 | 0.17 | 0 | 0.19 | 0.10 | 111.82 | 0.47 | 0.82 |
| Hex | C0 | E6 | BA | 11 | 0 | 13 | A | 70 | 2F | 52 |
| Octal | 300 | 346 | 272 | 21 | 0 | 23 | 12 | 160 | 57 | 122 |
| Binary | 11000000 | 11100110 | 10111010 | 10001 | 0 | 10011 | 1010 | 1110000 | 101111 | 1010010 |
Color Harmonies of #C0E6BA
Complementary color
Monochromatic Colors of #C0E6BA
Black with #C0E6BA
Text Example
Text Example
White with #C0E6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E6BA; }
p { color: rgb(192,230,186); }
H1.HeaderClassName
{
color: #C0E6BA;
}
.AnyTagClassName
{
color: #C0E6BA;
}
</style>
background-color css
<style>
a { background-color: #C0E6BA; }
a { background-color: rgb(192,230,186); }
div.DivClassName
{
background-color: #C0E6BA;
}
.BgClassName
{
background-color: #C0E6BA;
}
</style>
border-color css
<style>
span { border-color: #C0E6BA; }
span { border-color: rgb(192,230,186); }
td.TdClassName
{
border-color: #C0E6BA;
}
.TagClassName
{
border-color: #C0E6BA;
}
</style>