Shades of Surf Crest #C2EBBD
Tints of Surf Crest #C2EBBD
RGB
CMYK
RGB Variations
Color information
#C2EBBD (or 0xC2EBBD) is known color: Surf Crest. HEX triplet: C2, EB and BD. RGB value is (194,235,189). Sum of RGB (Red+Green+Blue) = 194+235+189=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBBD is #3D1442. Grayscale: #D9D9D9. Windows color (decimal): -4002883 or 12446658. OLE color: 12446658.
HSL color Cylindrical-coordinate representation of color #C2EBBD: hue angle of 113.48º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2EBBD is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 189 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.08 |
| HSL | 113.48º | 0.53% | 0.83% | - |
| HSV(B) | 113.48º | 0.2% | 0.92% | - |
| XYZ | 61.14 | 74.56 | 59.31 | - |
| YUV | 217.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 189 | 0.17 | 0 | 0.20 | 0.08 | 113.48 | 0.53 | 0.83 |
| Hex | C2 | EB | BD | 11 | 0 | 14 | 8 | 71 | 35 | 53 |
| Octal | 302 | 353 | 275 | 21 | 0 | 24 | 10 | 161 | 65 | 123 |
| Binary | 11000010 | 11101011 | 10111101 | 10001 | 0 | 10100 | 1000 | 1110001 | 110101 | 1010011 |
Color Harmonies of #C2EBBD
Complementary color
Monochromatic Colors of #C2EBBD
Black with #C2EBBD
Text Example
Text Example
White with #C2EBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBBD; }
p { color: rgb(194,235,189); }
H1.HeaderClassName
{
color: #C2EBBD;
}
.AnyTagClassName
{
color: #C2EBBD;
}
</style>
background-color css
<style>
a { background-color: #C2EBBD; }
a { background-color: rgb(194,235,189); }
div.DivClassName
{
background-color: #C2EBBD;
}
.BgClassName
{
background-color: #C2EBBD;
}
</style>
border-color css
<style>
span { border-color: #C2EBBD; }
span { border-color: rgb(194,235,189); }
td.TdClassName
{
border-color: #C2EBBD;
}
.TagClassName
{
border-color: #C2EBBD;
}
</style>