Shades of Surf Crest #C0EABB
Tints of Surf Crest #C0EABB
RGB
CMYK
RGB Variations
Color information
#C0EABB (or 0xC0EABB) is known color: Surf Crest. HEX triplet: C0, EA and BB. RGB value is (192,234,187). Sum of RGB (Red+Green+Blue) = 192+234+187=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EABB is #3F1544. Grayscale: #D8D8D8. Windows color (decimal): -4134213 or 12315328. OLE color: 12315328.
HSL color Cylindrical-coordinate representation of color #C0EABB: hue angle of 113.62º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0EABB is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 187 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.08 |
| HSL | 113.62º | 0.53% | 0.83% | - |
| HSV(B) | 113.62º | 0.2% | 0.92% | - |
| XYZ | 60.13 | 73.64 | 58.06 | - |
| YUV | 216.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 187 | 0.18 | 0 | 0.20 | 0.08 | 113.62 | 0.53 | 0.83 |
| Hex | C0 | EA | BB | 12 | 0 | 14 | 8 | 72 | 35 | 53 |
| Octal | 300 | 352 | 273 | 22 | 0 | 24 | 10 | 162 | 65 | 123 |
| Binary | 11000000 | 11101010 | 10111011 | 10010 | 0 | 10100 | 1000 | 1110010 | 110101 | 1010011 |
Color Harmonies of #C0EABB
Complementary color
Monochromatic Colors of #C0EABB
Black with #C0EABB
Text Example
Text Example
White with #C0EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EABB; }
p { color: rgb(192,234,187); }
H1.HeaderClassName
{
color: #C0EABB;
}
.AnyTagClassName
{
color: #C0EABB;
}
</style>
background-color css
<style>
a { background-color: #C0EABB; }
a { background-color: rgb(192,234,187); }
div.DivClassName
{
background-color: #C0EABB;
}
.BgClassName
{
background-color: #C0EABB;
}
</style>
border-color css
<style>
span { border-color: #C0EABB; }
span { border-color: rgb(192,234,187); }
td.TdClassName
{
border-color: #C0EABB;
}
.TagClassName
{
border-color: #C0EABB;
}
</style>