Shades of Surf Crest #C5E5BA
Tints of Surf Crest #C5E5BA
RGB
CMYK
RGB Variations
Color information
#C5E5BA (or 0xC5E5BA) is known color: Surf Crest. HEX triplet: C5, E5 and BA. RGB value is (197,229,186). Sum of RGB (Red+Green+Blue) = 197+229+186=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E5BA is #3A1A45. Grayscale: #D6D6D6. Windows color (decimal): -3807814 or 12248517. OLE color: 12248517.
HSL color Cylindrical-coordinate representation of color #C5E5BA: hue angle of 104.65º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5E5BA is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 229 | 186 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.10 |
| HSL | 104.65º | 0.45% | 0.81% | - |
| HSV(B) | 104.65º | 0.19% | 0.9% | - |
| XYZ | 59.91 | 71.45 | 57.09 | - |
| YUV | 214.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 229 | 186 | 0.14 | 0 | 0.19 | 0.10 | 104.65 | 0.45 | 0.81 |
| Hex | C5 | E5 | BA | E | 0 | 13 | A | 69 | 2D | 51 |
| Octal | 305 | 345 | 272 | 16 | 0 | 23 | 12 | 151 | 55 | 121 |
| Binary | 11000101 | 11100101 | 10111010 | 1110 | 0 | 10011 | 1010 | 1101001 | 101101 | 1010001 |
Color Harmonies of #C5E5BA
Complementary color
Monochromatic Colors of #C5E5BA
Black with #C5E5BA
Text Example
Text Example
White with #C5E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E5BA; }
p { color: rgb(197,229,186); }
H1.HeaderClassName
{
color: #C5E5BA;
}
.AnyTagClassName
{
color: #C5E5BA;
}
</style>
background-color css
<style>
a { background-color: #C5E5BA; }
a { background-color: rgb(197,229,186); }
div.DivClassName
{
background-color: #C5E5BA;
}
.BgClassName
{
background-color: #C5E5BA;
}
</style>
border-color css
<style>
span { border-color: #C5E5BA; }
span { border-color: rgb(197,229,186); }
td.TdClassName
{
border-color: #C5E5BA;
}
.TagClassName
{
border-color: #C5E5BA;
}
</style>