Shades of Surf Crest #C2E5BD
Tints of Surf Crest #C2E5BD
RGB
CMYK
RGB Variations
Color information
#C2E5BD (or 0xC2E5BD) is known color: Surf Crest. HEX triplet: C2, E5 and BD. RGB value is (194,229,189). Sum of RGB (Red+Green+Blue) = 194+229+189=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E5BD is #3D1A42. Grayscale: #D6D6D6. Windows color (decimal): -4004419 or 12445122. OLE color: 12445122.
HSL color Cylindrical-coordinate representation of color #C2E5BD: hue angle of 112.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2E5BD is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 229 | 189 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.10 |
| HSL | 112.5º | 0.43% | 0.82% | - |
| HSV(B) | 112.5º | 0.17% | 0.9% | - |
| XYZ | 59.45 | 71.18 | 58.75 | - |
| YUV | 213.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 229 | 189 | 0.15 | 0 | 0.17 | 0.10 | 112.5 | 0.43 | 0.82 |
| Hex | C2 | E5 | BD | F | 0 | 11 | A | 70 | 2B | 52 |
| Octal | 302 | 345 | 275 | 17 | 0 | 21 | 12 | 160 | 53 | 122 |
| Binary | 11000010 | 11100101 | 10111101 | 1111 | 0 | 10001 | 1010 | 1110000 | 101011 | 1010010 |
Color Harmonies of #C2E5BD
Complementary color
Monochromatic Colors of #C2E5BD
Black with #C2E5BD
Text Example
Text Example
White with #C2E5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E5BD; }
p { color: rgb(194,229,189); }
H1.HeaderClassName
{
color: #C2E5BD;
}
.AnyTagClassName
{
color: #C2E5BD;
}
</style>
background-color css
<style>
a { background-color: #C2E5BD; }
a { background-color: rgb(194,229,189); }
div.DivClassName
{
background-color: #C2E5BD;
}
.BgClassName
{
background-color: #C2E5BD;
}
</style>
border-color css
<style>
span { border-color: #C2E5BD; }
span { border-color: rgb(194,229,189); }
td.TdClassName
{
border-color: #C2E5BD;
}
.TagClassName
{
border-color: #C2E5BD;
}
</style>