Shades of Surf Crest #C0E3BA
Tints of Surf Crest #C0E3BA
RGB
CMYK
RGB Variations
Color information
#C0E3BA (or 0xC0E3BA) is known color: Surf Crest. HEX triplet: C0, E3 and BA. RGB value is (192,227,186). Sum of RGB (Red+Green+Blue) = 192+227+186=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E3BA is #3F1C45. Grayscale: #D3D3D3. Windows color (decimal): -4136006 or 12248000. OLE color: 12248000.
HSL color Cylindrical-coordinate representation of color #C0E3BA: hue angle of 111.22º degrees, saturation: 0.42, 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 #C0E3BA is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 227 | 186 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.11 |
| HSL | 111.22º | 0.42% | 0.81% | - |
| HSV(B) | 111.22º | 0.18% | 0.89% | - |
| XYZ | 58.07 | 69.69 | 56.85 | - |
| YUV | 211.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 186 | 0.15 | 0 | 0.18 | 0.11 | 111.22 | 0.42 | 0.81 |
| Hex | C0 | E3 | BA | F | 0 | 12 | B | 6F | 2A | 51 |
| Octal | 300 | 343 | 272 | 17 | 0 | 22 | 13 | 157 | 52 | 121 |
| Binary | 11000000 | 11100011 | 10111010 | 1111 | 0 | 10010 | 1011 | 1101111 | 101010 | 1010001 |
Color Harmonies of #C0E3BA
Complementary color
Monochromatic Colors of #C0E3BA
Black with #C0E3BA
Text Example
Text Example
White with #C0E3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E3BA; }
p { color: rgb(192,227,186); }
H1.HeaderClassName
{
color: #C0E3BA;
}
.AnyTagClassName
{
color: #C0E3BA;
}
</style>
background-color css
<style>
a { background-color: #C0E3BA; }
a { background-color: rgb(192,227,186); }
div.DivClassName
{
background-color: #C0E3BA;
}
.BgClassName
{
background-color: #C0E3BA;
}
</style>
border-color css
<style>
span { border-color: #C0E3BA; }
span { border-color: rgb(192,227,186); }
td.TdClassName
{
border-color: #C0E3BA;
}
.TagClassName
{
border-color: #C0E3BA;
}
</style>