Shades of Surf Crest #C2EABD
Tints of Surf Crest #C2EABD
RGB
CMYK
RGB Variations
Color information
#C2EABD (or 0xC2EABD) is known color: Surf Crest. HEX triplet: C2, EA and BD. RGB value is (194,234,189). Sum of RGB (Red+Green+Blue) = 194+234+189=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EABD is #3D1542. Grayscale: #D9D9D9. Windows color (decimal): -4003139 or 12446402. OLE color: 12446402.
HSL color Cylindrical-coordinate representation of color #C2EABD: hue angle of 113.33º degrees, saturation: 0.52, 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 #C2EABD is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 189 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.08 |
| HSL | 113.33º | 0.52% | 0.83% | - |
| HSV(B) | 113.33º | 0.19% | 0.92% | - |
| XYZ | 60.86 | 73.99 | 59.22 | - |
| YUV | 216.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 189 | 0.17 | 0 | 0.19 | 0.08 | 113.33 | 0.52 | 0.83 |
| Hex | C2 | EA | BD | 11 | 0 | 13 | 8 | 71 | 34 | 53 |
| Octal | 302 | 352 | 275 | 21 | 0 | 23 | 10 | 161 | 64 | 123 |
| Binary | 11000010 | 11101010 | 10111101 | 10001 | 0 | 10011 | 1000 | 1110001 | 110100 | 1010011 |
Color Harmonies of #C2EABD
Complementary color
Monochromatic Colors of #C2EABD
Black with #C2EABD
Text Example
Text Example
White with #C2EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EABD; }
p { color: rgb(194,234,189); }
H1.HeaderClassName
{
color: #C2EABD;
}
.AnyTagClassName
{
color: #C2EABD;
}
</style>
background-color css
<style>
a { background-color: #C2EABD; }
a { background-color: rgb(194,234,189); }
div.DivClassName
{
background-color: #C2EABD;
}
.BgClassName
{
background-color: #C2EABD;
}
</style>
border-color css
<style>
span { border-color: #C2EABD; }
span { border-color: rgb(194,234,189); }
td.TdClassName
{
border-color: #C2EABD;
}
.TagClassName
{
border-color: #C2EABD;
}
</style>