Shades of Surf Crest #C2EABA
Tints of Surf Crest #C2EABA
RGB
CMYK
RGB Variations
Color information
#C2EABA (or 0xC2EABA) is known color: Surf Crest. HEX triplet: C2, EA and BA. RGB value is (194,234,186). Sum of RGB (Red+Green+Blue) = 194+234+186=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EABA is #3D1545. Grayscale: #D8D8D8. Windows color (decimal): -4003142 or 12249794. OLE color: 12249794.
HSL color Cylindrical-coordinate representation of color #C2EABA: hue angle of 110º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2EABA is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 186 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.08 |
| HSL | 110º | 0.53% | 0.82% | - |
| HSV(B) | 110º | 0.21% | 0.92% | - |
| XYZ | 60.53 | 73.86 | 57.52 | - |
| YUV | 216.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 186 | 0.17 | 0 | 0.21 | 0.08 | 110 | 0.53 | 0.82 |
| Hex | C2 | EA | BA | 11 | 0 | 15 | 8 | 6E | 35 | 52 |
| Octal | 302 | 352 | 272 | 21 | 0 | 25 | 10 | 156 | 65 | 122 |
| Binary | 11000010 | 11101010 | 10111010 | 10001 | 0 | 10101 | 1000 | 1101110 | 110101 | 1010010 |
Color Harmonies of #C2EABA
Complementary color
Monochromatic Colors of #C2EABA
Black with #C2EABA
Text Example
Text Example
White with #C2EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EABA; }
p { color: rgb(194,234,186); }
H1.HeaderClassName
{
color: #C2EABA;
}
.AnyTagClassName
{
color: #C2EABA;
}
</style>
background-color css
<style>
a { background-color: #C2EABA; }
a { background-color: rgb(194,234,186); }
div.DivClassName
{
background-color: #C2EABA;
}
.BgClassName
{
background-color: #C2EABA;
}
</style>
border-color css
<style>
span { border-color: #C2EABA; }
span { border-color: rgb(194,234,186); }
td.TdClassName
{
border-color: #C2EABA;
}
.TagClassName
{
border-color: #C2EABA;
}
</style>