Shades of Surf Crest #C1E1BC
Tints of Surf Crest #C1E1BC
RGB
CMYK
RGB Variations
Color information
#C1E1BC (or 0xC1E1BC) is known color: Surf Crest. HEX triplet: C1, E1 and BC. RGB value is (193,225,188). Sum of RGB (Red+Green+Blue) = 193+225+188=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E1BC is #3E1E43. Grayscale: #D3D3D3. Windows color (decimal): -4070980 or 12378561. OLE color: 12378561.
HSL color Cylindrical-coordinate representation of color #C1E1BC: hue angle of 111.89º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1E1BC is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 188 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.12 |
| HSL | 111.89º | 0.38% | 0.81% | - |
| HSV(B) | 111.89º | 0.16% | 0.88% | - |
| XYZ | 57.99 | 68.82 | 57.8 | - |
| YUV | 211.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 188 | 0.14 | 0 | 0.16 | 0.12 | 111.89 | 0.38 | 0.81 |
| Hex | C1 | E1 | BC | E | 0 | 10 | C | 70 | 26 | 51 |
| Octal | 301 | 341 | 274 | 16 | 0 | 20 | 14 | 160 | 46 | 121 |
| Binary | 11000001 | 11100001 | 10111100 | 1110 | 0 | 10000 | 1100 | 1110000 | 100110 | 1010001 |
Color Harmonies of #C1E1BC
Complementary color
Monochromatic Colors of #C1E1BC
Black with #C1E1BC
Text Example
Text Example
White with #C1E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E1BC; }
p { color: rgb(193,225,188); }
H1.HeaderClassName
{
color: #C1E1BC;
}
.AnyTagClassName
{
color: #C1E1BC;
}
</style>
background-color css
<style>
a { background-color: #C1E1BC; }
a { background-color: rgb(193,225,188); }
div.DivClassName
{
background-color: #C1E1BC;
}
.BgClassName
{
background-color: #C1E1BC;
}
</style>
border-color css
<style>
span { border-color: #C1E1BC; }
span { border-color: rgb(193,225,188); }
td.TdClassName
{
border-color: #C1E1BC;
}
.TagClassName
{
border-color: #C1E1BC;
}
</style>