Shades of Surf #B8DABA
Tints of Surf #B8DABA
RGB
CMYK
RGB Variations
Color information
#B8DABA (or 0xB8DABA) is known color: Surf. HEX triplet: B8, DA and BA. RGB value is (184,218,186). Sum of RGB (Red+Green+Blue) = 184+218+186=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DABA is #472545. Grayscale: #CCCCCC. Windows color (decimal): -4662598 or 12245688. OLE color: 12245688.
HSL color Cylindrical-coordinate representation of color #B8DABA: hue angle of 123.53º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DABA is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 186 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.15 |
| HSL | 123.53º | 0.31% | 0.79% | - |
| HSV(B) | 123.53º | 0.16% | 0.85% | - |
| XYZ | 53.7 | 63.88 | 55.95 | - |
| YUV | 204.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 186 | 0.16 | 0 | 0.15 | 0.15 | 123.53 | 0.31 | 0.79 |
| Hex | B8 | DA | BA | 10 | 0 | F | F | 7C | 1F | 4F |
| Octal | 270 | 332 | 272 | 20 | 0 | 17 | 17 | 174 | 37 | 117 |
| Binary | 10111000 | 11011010 | 10111010 | 10000 | 0 | 1111 | 1111 | 1111100 | 11111 | 1001111 |
Color Harmonies of #B8DABA
Complementary color
Monochromatic Colors of #B8DABA
Black with #B8DABA
Text Example
Text Example
White with #B8DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DABA; }
p { color: rgb(184,218,186); }
H1.HeaderClassName
{
color: #B8DABA;
}
.AnyTagClassName
{
color: #B8DABA;
}
</style>
background-color css
<style>
a { background-color: #B8DABA; }
a { background-color: rgb(184,218,186); }
div.DivClassName
{
background-color: #B8DABA;
}
.BgClassName
{
background-color: #B8DABA;
}
</style>
border-color css
<style>
span { border-color: #B8DABA; }
span { border-color: rgb(184,218,186); }
td.TdClassName
{
border-color: #B8DABA;
}
.TagClassName
{
border-color: #B8DABA;
}
</style>