Shades of Surf Crest #C5E5BF
Tints of Surf Crest #C5E5BF
RGB
CMYK
RGB Variations
Color information
#C5E5BF (or 0xC5E5BF) is known color: Surf Crest. HEX triplet: C5, E5 and BF. RGB value is (197,229,191). Sum of RGB (Red+Green+Blue) = 197+229+191=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E5BF is #3A1A40. Grayscale: #D7D7D7. Windows color (decimal): -3807809 or 12576197. OLE color: 12576197.
HSL color Cylindrical-coordinate representation of color #C5E5BF: hue angle of 110.53º degrees, saturation: 0.42, 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 #C5E5BF is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 229 | 191 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.10 |
| HSL | 110.53º | 0.42% | 0.82% | - |
| HSV(B) | 110.53º | 0.17% | 0.9% | - |
| XYZ | 60.45 | 71.67 | 59.94 | - |
| YUV | 215.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 229 | 191 | 0.14 | 0 | 0.17 | 0.10 | 110.53 | 0.42 | 0.82 |
| Hex | C5 | E5 | BF | E | 0 | 11 | A | 6F | 2A | 52 |
| Octal | 305 | 345 | 277 | 16 | 0 | 21 | 12 | 157 | 52 | 122 |
| Binary | 11000101 | 11100101 | 10111111 | 1110 | 0 | 10001 | 1010 | 1101111 | 101010 | 1010010 |
Color Harmonies of #C5E5BF
Complementary color
Monochromatic Colors of #C5E5BF
Black with #C5E5BF
Text Example
Text Example
White with #C5E5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E5BF; }
p { color: rgb(197,229,191); }
H1.HeaderClassName
{
color: #C5E5BF;
}
.AnyTagClassName
{
color: #C5E5BF;
}
</style>
background-color css
<style>
a { background-color: #C5E5BF; }
a { background-color: rgb(197,229,191); }
div.DivClassName
{
background-color: #C5E5BF;
}
.BgClassName
{
background-color: #C5E5BF;
}
</style>
border-color css
<style>
span { border-color: #C5E5BF; }
span { border-color: rgb(197,229,191); }
td.TdClassName
{
border-color: #C5E5BF;
}
.TagClassName
{
border-color: #C5E5BF;
}
</style>