Shades of Surf Crest #C0DFBE
Tints of Surf Crest #C0DFBE
RGB
CMYK
RGB Variations
Color information
#C0DFBE (or 0xC0DFBE) is known color: Surf Crest. HEX triplet: C0, DF and BE. RGB value is (192,223,190). Sum of RGB (Red+Green+Blue) = 192+223+190=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFBE is #3F2041. Grayscale: #D2D2D2. Windows color (decimal): -4137026 or 12509120. OLE color: 12509120.
HSL color Cylindrical-coordinate representation of color #C0DFBE: hue angle of 116.36º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0DFBE is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 190 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.13 |
| HSL | 116.36º | 0.34% | 0.81% | - |
| HSV(B) | 116.36º | 0.15% | 0.87% | - |
| XYZ | 57.42 | 67.7 | 58.76 | - |
| YUV | 209.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 190 | 0.14 | 0 | 0.15 | 0.13 | 116.36 | 0.34 | 0.81 |
| Hex | C0 | DF | BE | E | 0 | F | D | 74 | 22 | 51 |
| Octal | 300 | 337 | 276 | 16 | 0 | 17 | 15 | 164 | 42 | 121 |
| Binary | 11000000 | 11011111 | 10111110 | 1110 | 0 | 1111 | 1101 | 1110100 | 100010 | 1010001 |
Color Harmonies of #C0DFBE
Complementary color
Monochromatic Colors of #C0DFBE
Black with #C0DFBE
Text Example
Text Example
White with #C0DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFBE; }
p { color: rgb(192,223,190); }
H1.HeaderClassName
{
color: #C0DFBE;
}
.AnyTagClassName
{
color: #C0DFBE;
}
</style>
background-color css
<style>
a { background-color: #C0DFBE; }
a { background-color: rgb(192,223,190); }
div.DivClassName
{
background-color: #C0DFBE;
}
.BgClassName
{
background-color: #C0DFBE;
}
</style>
border-color css
<style>
span { border-color: #C0DFBE; }
span { border-color: rgb(192,223,190); }
td.TdClassName
{
border-color: #C0DFBE;
}
.TagClassName
{
border-color: #C0DFBE;
}
</style>