Shades of Surf #B6DABA
Tints of Surf #B6DABA
RGB
CMYK
RGB Variations
Color information
#B6DABA (or 0xB6DABA) is known color: Surf. HEX triplet: B6, DA and BA. RGB value is (182,218,186). Sum of RGB (Red+Green+Blue) = 182+218+186=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DABA is #492545. Grayscale: #CBCBCB. Windows color (decimal): -4793670 or 12245686. OLE color: 12245686.
HSL color Cylindrical-coordinate representation of color #B6DABA: hue angle of 126.67º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DABA is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 218 | 186 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.15 |
| HSL | 126.67º | 0.33% | 0.78% | - |
| HSV(B) | 126.67º | 0.17% | 0.85% | - |
| XYZ | 53.23 | 63.63 | 55.93 | - |
| YUV | 203.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 218 | 186 | 0.17 | 0 | 0.15 | 0.15 | 126.67 | 0.33 | 0.78 |
| Hex | B6 | DA | BA | 11 | 0 | F | F | 7F | 21 | 4E |
| Octal | 266 | 332 | 272 | 21 | 0 | 17 | 17 | 177 | 41 | 116 |
| Binary | 10110110 | 11011010 | 10111010 | 10001 | 0 | 1111 | 1111 | 1111111 | 100001 | 1001110 |
Color Harmonies of #B6DABA
Complementary color
Monochromatic Colors of #B6DABA
Black with #B6DABA
Text Example
Text Example
White with #B6DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DABA; }
p { color: rgb(182,218,186); }
H1.HeaderClassName
{
color: #B6DABA;
}
.AnyTagClassName
{
color: #B6DABA;
}
</style>
background-color css
<style>
a { background-color: #B6DABA; }
a { background-color: rgb(182,218,186); }
div.DivClassName
{
background-color: #B6DABA;
}
.BgClassName
{
background-color: #B6DABA;
}
</style>
border-color css
<style>
span { border-color: #B6DABA; }
span { border-color: rgb(182,218,186); }
td.TdClassName
{
border-color: #B6DABA;
}
.TagClassName
{
border-color: #B6DABA;
}
</style>