Shades of Surf Crest #C6DFC0
Tints of Surf Crest #C6DFC0
RGB
CMYK
RGB Variations
Color information
#C6DFC0 (or 0xC6DFC0) is known color: Surf Crest. HEX triplet: C6, DF and C0. RGB value is (198,223,192). Sum of RGB (Red+Green+Blue) = 198+223+192=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DFC0 is #39203F. Grayscale: #D4D4D4. Windows color (decimal): -3743808 or 12640198. OLE color: 12640198.
HSL color Cylindrical-coordinate representation of color #C6DFC0: hue angle of 108.39º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6DFC0 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 192 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.13 |
| HSL | 108.39º | 0.33% | 0.81% | - |
| HSV(B) | 108.39º | 0.14% | 0.87% | - |
| XYZ | 59.19 | 68.59 | 59.99 | - |
| YUV | 211.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 192 | 0.11 | 0 | 0.14 | 0.13 | 108.39 | 0.33 | 0.81 |
| Hex | C6 | DF | C0 | B | 0 | E | D | 6C | 21 | 51 |
| Octal | 306 | 337 | 300 | 13 | 0 | 16 | 15 | 154 | 41 | 121 |
| Binary | 11000110 | 11011111 | 11000000 | 1011 | 0 | 1110 | 1101 | 1101100 | 100001 | 1010001 |
Color Harmonies of #C6DFC0
Complementary color
Monochromatic Colors of #C6DFC0
Black with #C6DFC0
Text Example
Text Example
White with #C6DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DFC0; }
p { color: rgb(198,223,192); }
H1.HeaderClassName
{
color: #C6DFC0;
}
.AnyTagClassName
{
color: #C6DFC0;
}
</style>
background-color css
<style>
a { background-color: #C6DFC0; }
a { background-color: rgb(198,223,192); }
div.DivClassName
{
background-color: #C6DFC0;
}
.BgClassName
{
background-color: #C6DFC0;
}
</style>
border-color css
<style>
span { border-color: #C6DFC0; }
span { border-color: rgb(198,223,192); }
td.TdClassName
{
border-color: #C6DFC0;
}
.TagClassName
{
border-color: #C6DFC0;
}
</style>