Shades of Surf Crest #C2E1BA
Tints of Surf Crest #C2E1BA
RGB
CMYK
RGB Variations
Color information
#C2E1BA (or 0xC2E1BA) is known color: Surf Crest. HEX triplet: C2, E1 and BA. RGB value is (194,225,186). Sum of RGB (Red+Green+Blue) = 194+225+186=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E1BA is #3D1E45. Grayscale: #D3D3D3. Windows color (decimal): -4005446 or 12247490. OLE color: 12247490.
HSL color Cylindrical-coordinate representation of color #C2E1BA: hue angle of 107.69º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2E1BA is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 186 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.12 |
| HSL | 107.69º | 0.39% | 0.81% | - |
| HSV(B) | 107.69º | 0.17% | 0.88% | - |
| XYZ | 58.04 | 68.86 | 56.69 | - |
| YUV | 211.29 | 113.73 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 186 | 0.14 | 0 | 0.17 | 0.12 | 107.69 | 0.39 | 0.81 |
| Hex | C2 | E1 | BA | E | 0 | 11 | C | 6C | 27 | 51 |
| Octal | 302 | 341 | 272 | 16 | 0 | 21 | 14 | 154 | 47 | 121 |
| Binary | 11000010 | 11100001 | 10111010 | 1110 | 0 | 10001 | 1100 | 1101100 | 100111 | 1010001 |
Color Harmonies of #C2E1BA
Complementary color
Monochromatic Colors of #C2E1BA
Black with #C2E1BA
Text Example
Text Example
White with #C2E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E1BA; }
p { color: rgb(194,225,186); }
H1.HeaderClassName
{
color: #C2E1BA;
}
.AnyTagClassName
{
color: #C2E1BA;
}
</style>
background-color css
<style>
a { background-color: #C2E1BA; }
a { background-color: rgb(194,225,186); }
div.DivClassName
{
background-color: #C2E1BA;
}
.BgClassName
{
background-color: #C2E1BA;
}
</style>
border-color css
<style>
span { border-color: #C2E1BA; }
span { border-color: rgb(194,225,186); }
td.TdClassName
{
border-color: #C2E1BA;
}
.TagClassName
{
border-color: #C2E1BA;
}
</style>