Shades of Surf Crest #C0E5B6
Tints of Surf Crest #C0E5B6
RGB
CMYK
RGB Variations
Color information
#C0E5B6 (or 0xC0E5B6) is known color: Surf Crest. HEX triplet: C0, E5 and B6. RGB value is (192,229,182). Sum of RGB (Red+Green+Blue) = 192+229+182=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E5B6 is #3F1A49. Grayscale: #D4D4D4. Windows color (decimal): -4135498 or 11986368. OLE color: 11986368.
HSL color Cylindrical-coordinate representation of color #C0E5B6: hue angle of 107.23º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0E5B6 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 182 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.10 |
| HSL | 107.23º | 0.47% | 0.81% | - |
| HSV(B) | 107.23º | 0.21% | 0.9% | - |
| XYZ | 58.2 | 70.62 | 54.82 | - |
| YUV | 212.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 182 | 0.16 | 0 | 0.21 | 0.10 | 107.23 | 0.47 | 0.81 |
| Hex | C0 | E5 | B6 | 10 | 0 | 15 | A | 6B | 2F | 51 |
| Octal | 300 | 345 | 266 | 20 | 0 | 25 | 12 | 153 | 57 | 121 |
| Binary | 11000000 | 11100101 | 10110110 | 10000 | 0 | 10101 | 1010 | 1101011 | 101111 | 1010001 |
Color Harmonies of #C0E5B6
Complementary color
Monochromatic Colors of #C0E5B6
Black with #C0E5B6
Text Example
Text Example
White with #C0E5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E5B6; }
p { color: rgb(192,229,182); }
H1.HeaderClassName
{
color: #C0E5B6;
}
.AnyTagClassName
{
color: #C0E5B6;
}
</style>
background-color css
<style>
a { background-color: #C0E5B6; }
a { background-color: rgb(192,229,182); }
div.DivClassName
{
background-color: #C0E5B6;
}
.BgClassName
{
background-color: #C0E5B6;
}
</style>
border-color css
<style>
span { border-color: #C0E5B6; }
span { border-color: rgb(192,229,182); }
td.TdClassName
{
border-color: #C0E5B6;
}
.TagClassName
{
border-color: #C0E5B6;
}
</style>