Shades of Surf Crest #C5E0BC
Tints of Surf Crest #C5E0BC
RGB
CMYK
RGB Variations
Color information
#C5E0BC (or 0xC5E0BC) is known color: Surf Crest. HEX triplet: C5, E0 and BC. RGB value is (197,224,188). Sum of RGB (Red+Green+Blue) = 197+224+188=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E0BC is #3A1F43. Grayscale: #D3D3D3. Windows color (decimal): -3809092 or 12378309. OLE color: 12378309.
HSL color Cylindrical-coordinate representation of color #C5E0BC: hue angle of 105º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5E0BC is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 188 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.12 |
| HSL | 105º | 0.37% | 0.81% | - |
| HSV(B) | 105º | 0.16% | 0.88% | - |
| XYZ | 58.76 | 68.81 | 57.76 | - |
| YUV | 211.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 188 | 0.12 | 0 | 0.16 | 0.12 | 105 | 0.37 | 0.81 |
| Hex | C5 | E0 | BC | C | 0 | 10 | C | 69 | 25 | 51 |
| Octal | 305 | 340 | 274 | 14 | 0 | 20 | 14 | 151 | 45 | 121 |
| Binary | 11000101 | 11100000 | 10111100 | 1100 | 0 | 10000 | 1100 | 1101001 | 100101 | 1010001 |
Color Harmonies of #C5E0BC
Complementary color
Monochromatic Colors of #C5E0BC
Black with #C5E0BC
Text Example
Text Example
White with #C5E0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E0BC; }
p { color: rgb(197,224,188); }
H1.HeaderClassName
{
color: #C5E0BC;
}
.AnyTagClassName
{
color: #C5E0BC;
}
</style>
background-color css
<style>
a { background-color: #C5E0BC; }
a { background-color: rgb(197,224,188); }
div.DivClassName
{
background-color: #C5E0BC;
}
.BgClassName
{
background-color: #C5E0BC;
}
</style>
border-color css
<style>
span { border-color: #C5E0BC; }
span { border-color: rgb(197,224,188); }
td.TdClassName
{
border-color: #C5E0BC;
}
.TagClassName
{
border-color: #C5E0BC;
}
</style>