Shades of Surf Crest #C5DCBF
Tints of Surf Crest #C5DCBF
RGB
CMYK
RGB Variations
Color information
#C5DCBF (or 0xC5DCBF) is known color: Surf Crest. HEX triplet: C5, DC and BF. RGB value is (197,220,191). Sum of RGB (Red+Green+Blue) = 197+220+191=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCBF is #3A2340. Grayscale: #D1D1D1. Windows color (decimal): -3810113 or 12573893. OLE color: 12573893.
HSL color Cylindrical-coordinate representation of color #C5DCBF: hue angle of 107.59º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5DCBF is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 191 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.14 |
| HSL | 107.59º | 0.29% | 0.81% | - |
| HSV(B) | 107.59º | 0.13% | 0.86% | - |
| XYZ | 58.02 | 66.82 | 59.13 | - |
| YUV | 209.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 191 | 0.10 | 0 | 0.13 | 0.14 | 107.59 | 0.29 | 0.81 |
| Hex | C5 | DC | BF | A | 0 | D | E | 6C | 1D | 51 |
| Octal | 305 | 334 | 277 | 12 | 0 | 15 | 16 | 154 | 35 | 121 |
| Binary | 11000101 | 11011100 | 10111111 | 1010 | 0 | 1101 | 1110 | 1101100 | 11101 | 1010001 |
Color Harmonies of #C5DCBF
Complementary color
Monochromatic Colors of #C5DCBF
Black with #C5DCBF
Text Example
Text Example
White with #C5DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DCBF; }
p { color: rgb(197,220,191); }
H1.HeaderClassName
{
color: #C5DCBF;
}
.AnyTagClassName
{
color: #C5DCBF;
}
</style>
background-color css
<style>
a { background-color: #C5DCBF; }
a { background-color: rgb(197,220,191); }
div.DivClassName
{
background-color: #C5DCBF;
}
.BgClassName
{
background-color: #C5DCBF;
}
</style>
border-color css
<style>
span { border-color: #C5DCBF; }
span { border-color: rgb(197,220,191); }
td.TdClassName
{
border-color: #C5DCBF;
}
.TagClassName
{
border-color: #C5DCBF;
}
</style>