Shades of Surf Crest #C5E0BF
Tints of Surf Crest #C5E0BF
RGB
CMYK
RGB Variations
Color information
#C5E0BF (or 0xC5E0BF) is known color: Surf Crest. HEX triplet: C5, E0 and BF. RGB value is (197,224,191). Sum of RGB (Red+Green+Blue) = 197+224+191=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E0BF is #3A1F40. Grayscale: #D4D4D4. Windows color (decimal): -3809089 or 12574917. OLE color: 12574917.
HSL color Cylindrical-coordinate representation of color #C5E0BF: hue angle of 109.09º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5E0BF is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 191 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.12 |
| HSL | 109.09º | 0.35% | 0.81% | - |
| HSV(B) | 109.09º | 0.15% | 0.88% | - |
| XYZ | 59.09 | 68.94 | 59.48 | - |
| YUV | 212.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 191 | 0.12 | 0 | 0.15 | 0.12 | 109.09 | 0.35 | 0.81 |
| Hex | C5 | E0 | BF | C | 0 | F | C | 6D | 23 | 51 |
| Octal | 305 | 340 | 277 | 14 | 0 | 17 | 14 | 155 | 43 | 121 |
| Binary | 11000101 | 11100000 | 10111111 | 1100 | 0 | 1111 | 1100 | 1101101 | 100011 | 1010001 |
Color Harmonies of #C5E0BF
Complementary color
Monochromatic Colors of #C5E0BF
Black with #C5E0BF
Text Example
Text Example
White with #C5E0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E0BF; }
p { color: rgb(197,224,191); }
H1.HeaderClassName
{
color: #C5E0BF;
}
.AnyTagClassName
{
color: #C5E0BF;
}
</style>
background-color css
<style>
a { background-color: #C5E0BF; }
a { background-color: rgb(197,224,191); }
div.DivClassName
{
background-color: #C5E0BF;
}
.BgClassName
{
background-color: #C5E0BF;
}
</style>
border-color css
<style>
span { border-color: #C5E0BF; }
span { border-color: rgb(197,224,191); }
td.TdClassName
{
border-color: #C5E0BF;
}
.TagClassName
{
border-color: #C5E0BF;
}
</style>