Shades of Surf Crest #C2E0B6
Tints of Surf Crest #C2E0B6
RGB
CMYK
RGB Variations
Color information
#C2E0B6 (or 0xC2E0B6) is known color: Surf Crest. HEX triplet: C2, E0 and B6. RGB value is (194,224,182). Sum of RGB (Red+Green+Blue) = 194+224+182=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0B6 is #3D1F49. Grayscale: #D2D2D2. Windows color (decimal): -4005706 or 11985090. OLE color: 11985090.
HSL color Cylindrical-coordinate representation of color #C2E0B6: hue angle of 102.86º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2E0B6 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 182 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.12 |
| HSL | 102.86º | 0.4% | 0.8% | - |
| HSV(B) | 102.86º | 0.19% | 0.88% | - |
| XYZ | 57.35 | 68.16 | 54.39 | - |
| YUV | 210.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 182 | 0.13 | 0 | 0.19 | 0.12 | 102.86 | 0.4 | 0.8 |
| Hex | C2 | E0 | B6 | D | 0 | 13 | C | 67 | 28 | 50 |
| Octal | 302 | 340 | 266 | 15 | 0 | 23 | 14 | 147 | 50 | 120 |
| Binary | 11000010 | 11100000 | 10110110 | 1101 | 0 | 10011 | 1100 | 1100111 | 101000 | 1010000 |
Color Harmonies of #C2E0B6
Complementary color
Monochromatic Colors of #C2E0B6
Black with #C2E0B6
Text Example
Text Example
White with #C2E0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E0B6; }
p { color: rgb(194,224,182); }
H1.HeaderClassName
{
color: #C2E0B6;
}
.AnyTagClassName
{
color: #C2E0B6;
}
</style>
background-color css
<style>
a { background-color: #C2E0B6; }
a { background-color: rgb(194,224,182); }
div.DivClassName
{
background-color: #C2E0B6;
}
.BgClassName
{
background-color: #C2E0B6;
}
</style>
border-color css
<style>
span { border-color: #C2E0B6; }
span { border-color: rgb(194,224,182); }
td.TdClassName
{
border-color: #C2E0B6;
}
.TagClassName
{
border-color: #C2E0B6;
}
</style>