Shades of Gossamer #2B987B
Tints of Gossamer #2B987B
RGB
CMYK
RGB Variations
Color information
#2B987B (or 0x2B987B) is known color: Gossamer. HEX triplet: 2B, 98 and 7B. RGB value is (43,152,123). Sum of RGB (Red+Green+Blue) = 43+152+123=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #2B987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B987B is #D46784. Grayscale: #747474. Windows color (decimal): -13920133 or 8099883. OLE color: 8099883.
HSL color Cylindrical-coordinate representation of color #2B987B: hue angle of 164.04º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B987B is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 152 | 123 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.40 |
| HSL | 164.04º | 0.56% | 0.38% | - |
| HSV(B) | 164.04º | 0.72% | 0.6% | - |
| XYZ | 15.8 | 24.4 | 22.62 | - |
| YUV | 116.1 | 131.89 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 152 | 123 | 0.72 | 0 | 0.19 | 0.40 | 164.04 | 0.56 | 0.38 |
| Hex | 2B | 98 | 7B | 48 | 0 | 13 | 28 | A4 | 38 | 26 |
| Octal | 53 | 230 | 173 | 110 | 0 | 23 | 50 | 244 | 70 | 46 |
| Binary | 101011 | 10011000 | 1111011 | 1001000 | 0 | 10011 | 101000 | 10100100 | 111000 | 100110 |
Color Harmonies of #2B987B
Complementary color
Monochromatic Colors of #2B987B
Black with #2B987B
Text Example
Text Example
White with #2B987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B987B; }
p { color: rgb(43,152,123); }
H1.HeaderClassName
{
color: #2B987B;
}
.AnyTagClassName
{
color: #2B987B;
}
</style>
background-color css
<style>
a { background-color: #2B987B; }
a { background-color: rgb(43,152,123); }
div.DivClassName
{
background-color: #2B987B;
}
.BgClassName
{
background-color: #2B987B;
}
</style>
border-color css
<style>
span { border-color: #2B987B; }
span { border-color: rgb(43,152,123); }
td.TdClassName
{
border-color: #2B987B;
}
.TagClassName
{
border-color: #2B987B;
}
</style>