Shades of Surf Crest #C5E1BF
Tints of Surf Crest #C5E1BF
RGB
CMYK
RGB Variations
Color information
#C5E1BF (or 0xC5E1BF) is known color: Surf Crest. HEX triplet: C5, E1 and BF. RGB value is (197,225,191). Sum of RGB (Red+Green+Blue) = 197+225+191=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E1BF is #3A1E40. Grayscale: #D4D4D4. Windows color (decimal): -3808833 or 12575173. OLE color: 12575173.
HSL color Cylindrical-coordinate representation of color #C5E1BF: hue angle of 109.41º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5E1BF is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 191 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.12 |
| HSL | 109.41º | 0.36% | 0.82% | - |
| HSV(B) | 109.41º | 0.15% | 0.88% | - |
| XYZ | 59.36 | 69.48 | 59.57 | - |
| YUV | 212.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 191 | 0.12 | 0 | 0.15 | 0.12 | 109.41 | 0.36 | 0.82 |
| Hex | C5 | E1 | BF | C | 0 | F | C | 6D | 24 | 52 |
| Octal | 305 | 341 | 277 | 14 | 0 | 17 | 14 | 155 | 44 | 122 |
| Binary | 11000101 | 11100001 | 10111111 | 1100 | 0 | 1111 | 1100 | 1101101 | 100100 | 1010010 |
Color Harmonies of #C5E1BF
Complementary color
Monochromatic Colors of #C5E1BF
Black with #C5E1BF
Text Example
Text Example
White with #C5E1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E1BF; }
p { color: rgb(197,225,191); }
H1.HeaderClassName
{
color: #C5E1BF;
}
.AnyTagClassName
{
color: #C5E1BF;
}
</style>
background-color css
<style>
a { background-color: #C5E1BF; }
a { background-color: rgb(197,225,191); }
div.DivClassName
{
background-color: #C5E1BF;
}
.BgClassName
{
background-color: #C5E1BF;
}
</style>
border-color css
<style>
span { border-color: #C5E1BF; }
span { border-color: rgb(197,225,191); }
td.TdClassName
{
border-color: #C5E1BF;
}
.TagClassName
{
border-color: #C5E1BF;
}
</style>