Shades of Surf Crest #C2EABE
Tints of Surf Crest #C2EABE
RGB
CMYK
RGB Variations
Color information
#C2EABE (or 0xC2EABE) is known color: Surf Crest. HEX triplet: C2, EA and BE. RGB value is (194,234,190). Sum of RGB (Red+Green+Blue) = 194+234+190=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EABE is #3D1541. Grayscale: #D9D9D9. Windows color (decimal): -4003138 or 12511938. OLE color: 12511938.
HSL color Cylindrical-coordinate representation of color #C2EABE: hue angle of 114.55º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2EABE is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 190 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.08 |
| HSL | 114.55º | 0.51% | 0.83% | - |
| HSV(B) | 114.55º | 0.19% | 0.92% | - |
| XYZ | 60.97 | 74.03 | 59.79 | - |
| YUV | 217.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 190 | 0.17 | 0 | 0.19 | 0.08 | 114.55 | 0.51 | 0.83 |
| Hex | C2 | EA | BE | 11 | 0 | 13 | 8 | 73 | 33 | 53 |
| Octal | 302 | 352 | 276 | 21 | 0 | 23 | 10 | 163 | 63 | 123 |
| Binary | 11000010 | 11101010 | 10111110 | 10001 | 0 | 10011 | 1000 | 1110011 | 110011 | 1010011 |
Color Harmonies of #C2EABE
Complementary color
Monochromatic Colors of #C2EABE
Black with #C2EABE
Text Example
Text Example
White with #C2EABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EABE; }
p { color: rgb(194,234,190); }
H1.HeaderClassName
{
color: #C2EABE;
}
.AnyTagClassName
{
color: #C2EABE;
}
</style>
background-color css
<style>
a { background-color: #C2EABE; }
a { background-color: rgb(194,234,190); }
div.DivClassName
{
background-color: #C2EABE;
}
.BgClassName
{
background-color: #C2EABE;
}
</style>
border-color css
<style>
span { border-color: #C2EABE; }
span { border-color: rgb(194,234,190); }
td.TdClassName
{
border-color: #C2EABE;
}
.TagClassName
{
border-color: #C2EABE;
}
</style>