Shades of Surf Crest #C2E2BD
Tints of Surf Crest #C2E2BD
RGB
CMYK
RGB Variations
Color information
#C2E2BD (or 0xC2E2BD) is known color: Surf Crest. HEX triplet: C2, E2 and BD. RGB value is (194,226,189). Sum of RGB (Red+Green+Blue) = 194+226+189=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E2BD is #3D1D42. Grayscale: #D4D4D4. Windows color (decimal): -4005187 or 12444354. OLE color: 12444354.
HSL color Cylindrical-coordinate representation of color #C2E2BD: hue angle of 111.89º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2E2BD is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 189 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.11 |
| HSL | 111.89º | 0.39% | 0.81% | - |
| HSV(B) | 111.89º | 0.16% | 0.89% | - |
| XYZ | 58.63 | 69.54 | 58.48 | - |
| YUV | 212.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 189 | 0.14 | 0 | 0.16 | 0.11 | 111.89 | 0.39 | 0.81 |
| Hex | C2 | E2 | BD | E | 0 | 10 | B | 70 | 27 | 51 |
| Octal | 302 | 342 | 275 | 16 | 0 | 20 | 13 | 160 | 47 | 121 |
| Binary | 11000010 | 11100010 | 10111101 | 1110 | 0 | 10000 | 1011 | 1110000 | 100111 | 1010001 |
Color Harmonies of #C2E2BD
Complementary color
Monochromatic Colors of #C2E2BD
Black with #C2E2BD
Text Example
Text Example
White with #C2E2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E2BD; }
p { color: rgb(194,226,189); }
H1.HeaderClassName
{
color: #C2E2BD;
}
.AnyTagClassName
{
color: #C2E2BD;
}
</style>
background-color css
<style>
a { background-color: #C2E2BD; }
a { background-color: rgb(194,226,189); }
div.DivClassName
{
background-color: #C2E2BD;
}
.BgClassName
{
background-color: #C2E2BD;
}
</style>
border-color css
<style>
span { border-color: #C2E2BD; }
span { border-color: rgb(194,226,189); }
td.TdClassName
{
border-color: #C2E2BD;
}
.TagClassName
{
border-color: #C2E2BD;
}
</style>