Shades of Surf Crest #C2E0B5
Tints of Surf Crest #C2E0B5
RGB
CMYK
RGB Variations
Color information
#C2E0B5 (or 0xC2E0B5) is known color: Surf Crest. HEX triplet: C2, E0 and B5. RGB value is (194,224,181). Sum of RGB (Red+Green+Blue) = 194+224+181=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0B5 is #3D1F4A. Grayscale: #D2D2D2. Windows color (decimal): -4005707 or 11919554. OLE color: 11919554.
HSL color Cylindrical-coordinate representation of color #C2E0B5: hue angle of 101.86º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2E0B5 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 181 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.12 |
| HSL | 101.86º | 0.41% | 0.79% | - |
| HSV(B) | 101.86º | 0.19% | 0.88% | - |
| XYZ | 57.24 | 68.12 | 53.85 | - |
| YUV | 210.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 181 | 0.13 | 0 | 0.19 | 0.12 | 101.86 | 0.41 | 0.79 |
| Hex | C2 | E0 | B5 | D | 0 | 13 | C | 66 | 29 | 4F |
| Octal | 302 | 340 | 265 | 15 | 0 | 23 | 14 | 146 | 51 | 117 |
| Binary | 11000010 | 11100000 | 10110101 | 1101 | 0 | 10011 | 1100 | 1100110 | 101001 | 1001111 |
Color Harmonies of #C2E0B5
Complementary color
Monochromatic Colors of #C2E0B5
Black with #C2E0B5
Text Example
Text Example
White with #C2E0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E0B5; }
p { color: rgb(194,224,181); }
H1.HeaderClassName
{
color: #C2E0B5;
}
.AnyTagClassName
{
color: #C2E0B5;
}
</style>
background-color css
<style>
a { background-color: #C2E0B5; }
a { background-color: rgb(194,224,181); }
div.DivClassName
{
background-color: #C2E0B5;
}
.BgClassName
{
background-color: #C2E0B5;
}
</style>
border-color css
<style>
span { border-color: #C2E0B5; }
span { border-color: rgb(194,224,181); }
td.TdClassName
{
border-color: #C2E0B5;
}
.TagClassName
{
border-color: #C2E0B5;
}
</style>