Shades of Surf Crest #C2E0C0
Tints of Surf Crest #C2E0C0
RGB
CMYK
RGB Variations
Color information
#C2E0C0 (or 0xC2E0C0) is known color: Surf Crest. HEX triplet: C2, E0 and C0. RGB value is (194,224,192). Sum of RGB (Red+Green+Blue) = 194+224+192=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0C0 is #3D1F3F. Grayscale: #D3D3D3. Windows color (decimal): -4005696 or 12640450. OLE color: 12640450.
HSL color Cylindrical-coordinate representation of color #C2E0C0: hue angle of 116.25º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2E0C0 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 192 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.12 |
| HSL | 116.25º | 0.34% | 0.82% | - |
| HSV(B) | 116.25º | 0.14% | 0.88% | - |
| XYZ | 58.42 | 68.59 | 60.03 | - |
| YUV | 211.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 192 | 0.13 | 0 | 0.14 | 0.12 | 116.25 | 0.34 | 0.82 |
| Hex | C2 | E0 | C0 | D | 0 | E | C | 74 | 22 | 52 |
| Octal | 302 | 340 | 300 | 15 | 0 | 16 | 14 | 164 | 42 | 122 |
| Binary | 11000010 | 11100000 | 11000000 | 1101 | 0 | 1110 | 1100 | 1110100 | 100010 | 1010010 |
Color Harmonies of #C2E0C0
Complementary color
Monochromatic Colors of #C2E0C0
Black with #C2E0C0
Text Example
Text Example
White with #C2E0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E0C0; }
p { color: rgb(194,224,192); }
H1.HeaderClassName
{
color: #C2E0C0;
}
.AnyTagClassName
{
color: #C2E0C0;
}
</style>
background-color css
<style>
a { background-color: #C2E0C0; }
a { background-color: rgb(194,224,192); }
div.DivClassName
{
background-color: #C2E0C0;
}
.BgClassName
{
background-color: #C2E0C0;
}
</style>
border-color css
<style>
span { border-color: #C2E0C0; }
span { border-color: rgb(194,224,192); }
td.TdClassName
{
border-color: #C2E0C0;
}
.TagClassName
{
border-color: #C2E0C0;
}
</style>