Shades of Surf Crest #C5E2BD
Tints of Surf Crest #C5E2BD
RGB
CMYK
RGB Variations
Color information
#C5E2BD (or 0xC5E2BD) is known color: Surf Crest. HEX triplet: C5, E2 and BD. RGB value is (197,226,189). Sum of RGB (Red+Green+Blue) = 197+226+189=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 226 - color contains mainly: green. Hex color #C5E2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E2BD is #3A1D42. Grayscale: #D5D5D5. Windows color (decimal): -3808579 or 12444357. OLE color: 12444357.
HSL color Cylindrical-coordinate representation of color #C5E2BD: hue angle of 107.03º 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 #C5E2BD is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 226 | 189 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.11 |
| HSL | 107.03º | 0.39% | 0.81% | - |
| HSV(B) | 107.03º | 0.16% | 0.89% | - |
| XYZ | 59.41 | 69.94 | 58.51 | - |
| YUV | 213.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 226 | 189 | 0.13 | 0 | 0.16 | 0.11 | 107.03 | 0.39 | 0.81 |
| Hex | C5 | E2 | BD | D | 0 | 10 | B | 6B | 27 | 51 |
| Octal | 305 | 342 | 275 | 15 | 0 | 20 | 13 | 153 | 47 | 121 |
| Binary | 11000101 | 11100010 | 10111101 | 1101 | 0 | 10000 | 1011 | 1101011 | 100111 | 1010001 |
Color Harmonies of #C5E2BD
Complementary color
Monochromatic Colors of #C5E2BD
Black with #C5E2BD
Text Example
Text Example
White with #C5E2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E2BD; }
p { color: rgb(197,226,189); }
H1.HeaderClassName
{
color: #C5E2BD;
}
.AnyTagClassName
{
color: #C5E2BD;
}
</style>
background-color css
<style>
a { background-color: #C5E2BD; }
a { background-color: rgb(197,226,189); }
div.DivClassName
{
background-color: #C5E2BD;
}
.BgClassName
{
background-color: #C5E2BD;
}
</style>
border-color css
<style>
span { border-color: #C5E2BD; }
span { border-color: rgb(197,226,189); }
td.TdClassName
{
border-color: #C5E2BD;
}
.TagClassName
{
border-color: #C5E2BD;
}
</style>