Shades of Surf Crest #C0EABC
Tints of Surf Crest #C0EABC
RGB
CMYK
RGB Variations
Color information
#C0EABC (or 0xC0EABC) is known color: Surf Crest. HEX triplet: C0, EA and BC. RGB value is (192,234,188). Sum of RGB (Red+Green+Blue) = 192+234+188=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EABC is #3F1543. Grayscale: #D8D8D8. Windows color (decimal): -4134212 or 12380864. OLE color: 12380864.
HSL color Cylindrical-coordinate representation of color #C0EABC: hue angle of 114.78º degrees, saturation: 0.52, 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 #C0EABC is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 188 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.08 |
| HSL | 114.78º | 0.52% | 0.83% | - |
| HSV(B) | 114.78º | 0.2% | 0.92% | - |
| XYZ | 60.24 | 73.68 | 58.62 | - |
| YUV | 216.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 188 | 0.18 | 0 | 0.20 | 0.08 | 114.78 | 0.52 | 0.83 |
| Hex | C0 | EA | BC | 12 | 0 | 14 | 8 | 73 | 34 | 53 |
| Octal | 300 | 352 | 274 | 22 | 0 | 24 | 10 | 163 | 64 | 123 |
| Binary | 11000000 | 11101010 | 10111100 | 10010 | 0 | 10100 | 1000 | 1110011 | 110100 | 1010011 |
Color Harmonies of #C0EABC
Complementary color
Monochromatic Colors of #C0EABC
Black with #C0EABC
Text Example
Text Example
White with #C0EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EABC; }
p { color: rgb(192,234,188); }
H1.HeaderClassName
{
color: #C0EABC;
}
.AnyTagClassName
{
color: #C0EABC;
}
</style>
background-color css
<style>
a { background-color: #C0EABC; }
a { background-color: rgb(192,234,188); }
div.DivClassName
{
background-color: #C0EABC;
}
.BgClassName
{
background-color: #C0EABC;
}
</style>
border-color css
<style>
span { border-color: #C0EABC; }
span { border-color: rgb(192,234,188); }
td.TdClassName
{
border-color: #C0EABC;
}
.TagClassName
{
border-color: #C0EABC;
}
</style>