Shades of Surf Crest #C5E3BF
Tints of Surf Crest #C5E3BF
RGB
CMYK
RGB Variations
Color information
#C5E3BF (or 0xC5E3BF) is known color: Surf Crest. HEX triplet: C5, E3 and BF. RGB value is (197,227,191). Sum of RGB (Red+Green+Blue) = 197+227+191=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E3BF is #3A1C40. Grayscale: #D6D6D6. Windows color (decimal): -3808321 or 12575685. OLE color: 12575685.
HSL color Cylindrical-coordinate representation of color #C5E3BF: hue angle of 110º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5E3BF is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 227 | 191 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.11 |
| HSL | 110º | 0.39% | 0.82% | - |
| HSV(B) | 110º | 0.16% | 0.89% | - |
| XYZ | 59.9 | 70.57 | 59.75 | - |
| YUV | 213.93 | 115.06 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 227 | 191 | 0.13 | 0 | 0.16 | 0.11 | 110 | 0.39 | 0.82 |
| Hex | C5 | E3 | BF | D | 0 | 10 | B | 6E | 27 | 52 |
| Octal | 305 | 343 | 277 | 15 | 0 | 20 | 13 | 156 | 47 | 122 |
| Binary | 11000101 | 11100011 | 10111111 | 1101 | 0 | 10000 | 1011 | 1101110 | 100111 | 1010010 |
Color Harmonies of #C5E3BF
Complementary color
Monochromatic Colors of #C5E3BF
Black with #C5E3BF
Text Example
Text Example
White with #C5E3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E3BF; }
p { color: rgb(197,227,191); }
H1.HeaderClassName
{
color: #C5E3BF;
}
.AnyTagClassName
{
color: #C5E3BF;
}
</style>
background-color css
<style>
a { background-color: #C5E3BF; }
a { background-color: rgb(197,227,191); }
div.DivClassName
{
background-color: #C5E3BF;
}
.BgClassName
{
background-color: #C5E3BF;
}
</style>
border-color css
<style>
span { border-color: #C5E3BF; }
span { border-color: rgb(197,227,191); }
td.TdClassName
{
border-color: #C5E3BF;
}
.TagClassName
{
border-color: #C5E3BF;
}
</style>