Shades of Surf Crest #C2D8B2
Tints of Surf Crest #C2D8B2
RGB
CMYK
RGB Variations
Color information
#C2D8B2 (or 0xC2D8B2) is known color: Surf Crest. HEX triplet: C2, D8 and B2. RGB value is (194,216,178). Sum of RGB (Red+Green+Blue) = 194+216+178=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D8B2 is #3D274D. Grayscale: #CDCDCD. Windows color (decimal): -4007758 or 11720898. OLE color: 11720898.
HSL color Cylindrical-coordinate representation of color #C2D8B2: hue angle of 94.74º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2D8B2 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 178 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.15 |
| HSL | 94.74º | 0.33% | 0.77% | - |
| HSV(B) | 94.74º | 0.18% | 0.85% | - |
| XYZ | 54.84 | 63.8 | 51.54 | - |
| YUV | 205.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 178 | 0.10 | 0 | 0.18 | 0.15 | 94.74 | 0.33 | 0.77 |
| Hex | C2 | D8 | B2 | A | 0 | 12 | F | 5F | 21 | 4D |
| Octal | 302 | 330 | 262 | 12 | 0 | 22 | 17 | 137 | 41 | 115 |
| Binary | 11000010 | 11011000 | 10110010 | 1010 | 0 | 10010 | 1111 | 1011111 | 100001 | 1001101 |
Color Harmonies of #C2D8B2
Complementary color
Monochromatic Colors of #C2D8B2
Black with #C2D8B2
Text Example
Text Example
White with #C2D8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D8B2; }
p { color: rgb(194,216,178); }
H1.HeaderClassName
{
color: #C2D8B2;
}
.AnyTagClassName
{
color: #C2D8B2;
}
</style>
background-color css
<style>
a { background-color: #C2D8B2; }
a { background-color: rgb(194,216,178); }
div.DivClassName
{
background-color: #C2D8B2;
}
.BgClassName
{
background-color: #C2D8B2;
}
</style>
border-color css
<style>
span { border-color: #C2D8B2; }
span { border-color: rgb(194,216,178); }
td.TdClassName
{
border-color: #C2D8B2;
}
.TagClassName
{
border-color: #C2D8B2;
}
</style>