Shades of Surf Crest #C2E4BC
Tints of Surf Crest #C2E4BC
RGB
CMYK
RGB Variations
Color information
#C2E4BC (or 0xC2E4BC) is known color: Surf Crest. HEX triplet: C2, E4 and BC. RGB value is (194,228,188). Sum of RGB (Red+Green+Blue) = 194+228+188=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E4BC is #3D1B43. Grayscale: #D5D5D5. Windows color (decimal): -4004676 or 12379330. OLE color: 12379330.
HSL color Cylindrical-coordinate representation of color #C2E4BC: hue angle of 111º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2E4BC is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 188 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.11 |
| HSL | 111º | 0.43% | 0.82% | - |
| HSV(B) | 111º | 0.18% | 0.89% | - |
| XYZ | 59.07 | 70.59 | 58.09 | - |
| YUV | 213.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 188 | 0.15 | 0 | 0.18 | 0.11 | 111 | 0.43 | 0.82 |
| Hex | C2 | E4 | BC | F | 0 | 12 | B | 6F | 2B | 52 |
| Octal | 302 | 344 | 274 | 17 | 0 | 22 | 13 | 157 | 53 | 122 |
| Binary | 11000010 | 11100100 | 10111100 | 1111 | 0 | 10010 | 1011 | 1101111 | 101011 | 1010010 |
Color Harmonies of #C2E4BC
Complementary color
Monochromatic Colors of #C2E4BC
Black with #C2E4BC
Text Example
Text Example
White with #C2E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E4BC; }
p { color: rgb(194,228,188); }
H1.HeaderClassName
{
color: #C2E4BC;
}
.AnyTagClassName
{
color: #C2E4BC;
}
</style>
background-color css
<style>
a { background-color: #C2E4BC; }
a { background-color: rgb(194,228,188); }
div.DivClassName
{
background-color: #C2E4BC;
}
.BgClassName
{
background-color: #C2E4BC;
}
</style>
border-color css
<style>
span { border-color: #C2E4BC; }
span { border-color: rgb(194,228,188); }
td.TdClassName
{
border-color: #C2E4BC;
}
.TagClassName
{
border-color: #C2E4BC;
}
</style>