Shades of Surf Crest #C3E0C0
Tints of Surf Crest #C3E0C0
RGB
CMYK
RGB Variations
Color information
#C3E0C0 (or 0xC3E0C0) is known color: Surf Crest. HEX triplet: C3, E0 and C0. RGB value is (195,224,192). Sum of RGB (Red+Green+Blue) = 195+224+192=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E0C0 is #3C1F3F. Grayscale: #D3D3D3. Windows color (decimal): -3940160 or 12640451. OLE color: 12640451.
HSL color Cylindrical-coordinate representation of color #C3E0C0: hue angle of 114.38º 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 #C3E0C0 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 192 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.12 |
| HSL | 114.38º | 0.34% | 0.82% | - |
| HSV(B) | 114.38º | 0.14% | 0.88% | - |
| XYZ | 58.68 | 68.72 | 60.04 | - |
| YUV | 211.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 192 | 0.13 | 0 | 0.14 | 0.12 | 114.38 | 0.34 | 0.82 |
| Hex | C3 | E0 | C0 | D | 0 | E | C | 72 | 22 | 52 |
| Octal | 303 | 340 | 300 | 15 | 0 | 16 | 14 | 162 | 42 | 122 |
| Binary | 11000011 | 11100000 | 11000000 | 1101 | 0 | 1110 | 1100 | 1110010 | 100010 | 1010010 |
Color Harmonies of #C3E0C0
Complementary color
Monochromatic Colors of #C3E0C0
Black with #C3E0C0
Text Example
Text Example
White with #C3E0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E0C0; }
p { color: rgb(195,224,192); }
H1.HeaderClassName
{
color: #C3E0C0;
}
.AnyTagClassName
{
color: #C3E0C0;
}
</style>
background-color css
<style>
a { background-color: #C3E0C0; }
a { background-color: rgb(195,224,192); }
div.DivClassName
{
background-color: #C3E0C0;
}
.BgClassName
{
background-color: #C3E0C0;
}
</style>
border-color css
<style>
span { border-color: #C3E0C0; }
span { border-color: rgb(195,224,192); }
td.TdClassName
{
border-color: #C3E0C0;
}
.TagClassName
{
border-color: #C3E0C0;
}
</style>