Shades of Surf Crest #C2E9BC
Tints of Surf Crest #C2E9BC
RGB
CMYK
RGB Variations
Color information
#C2E9BC (or 0xC2E9BC) is known color: Surf Crest. HEX triplet: C2, E9 and BC. RGB value is (194,233,188). Sum of RGB (Red+Green+Blue) = 194+233+188=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E9BC is #3D1643. Grayscale: #D8D8D8. Windows color (decimal): -4003396 or 12380610. OLE color: 12380610.
HSL color Cylindrical-coordinate representation of color #C2E9BC: hue angle of 112º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2E9BC is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 188 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.09 |
| HSL | 112º | 0.51% | 0.83% | - |
| HSV(B) | 112º | 0.19% | 0.91% | - |
| XYZ | 60.46 | 73.38 | 58.55 | - |
| YUV | 216.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 188 | 0.17 | 0 | 0.19 | 0.09 | 112 | 0.51 | 0.83 |
| Hex | C2 | E9 | BC | 11 | 0 | 13 | 9 | 70 | 33 | 53 |
| Octal | 302 | 351 | 274 | 21 | 0 | 23 | 11 | 160 | 63 | 123 |
| Binary | 11000010 | 11101001 | 10111100 | 10001 | 0 | 10011 | 1001 | 1110000 | 110011 | 1010011 |
Color Harmonies of #C2E9BC
Complementary color
Monochromatic Colors of #C2E9BC
Black with #C2E9BC
Text Example
Text Example
White with #C2E9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E9BC; }
p { color: rgb(194,233,188); }
H1.HeaderClassName
{
color: #C2E9BC;
}
.AnyTagClassName
{
color: #C2E9BC;
}
</style>
background-color css
<style>
a { background-color: #C2E9BC; }
a { background-color: rgb(194,233,188); }
div.DivClassName
{
background-color: #C2E9BC;
}
.BgClassName
{
background-color: #C2E9BC;
}
</style>
border-color css
<style>
span { border-color: #C2E9BC; }
span { border-color: rgb(194,233,188); }
td.TdClassName
{
border-color: #C2E9BC;
}
.TagClassName
{
border-color: #C2E9BC;
}
</style>