Shades of Gossamer #2B9A88
Tints of Gossamer #2B9A88
RGB
CMYK
RGB Variations
Color information
#2B9A88 (or 0x2B9A88) is known color: Gossamer. HEX triplet: 2B, 9A and 88. RGB value is (43,154,136). Sum of RGB (Red+Green+Blue) = 43+154+136=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #2B9A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9A88 is #D46577. Grayscale: #767676. Windows color (decimal): -13919608 or 8952363. OLE color: 8952363.
HSL color Cylindrical-coordinate representation of color #2B9A88: hue angle of 170.27º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9A88 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 154 | 136 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.40 |
| HSL | 170.27º | 0.56% | 0.39% | - |
| HSV(B) | 170.27º | 0.72% | 0.6% | - |
| XYZ | 17 | 25.4 | 27.3 | - |
| YUV | 118.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 154 | 136 | 0.72 | 0 | 0.12 | 0.40 | 170.27 | 0.56 | 0.39 |
| Hex | 2B | 9A | 88 | 48 | 0 | C | 28 | AA | 38 | 27 |
| Octal | 53 | 232 | 210 | 110 | 0 | 14 | 50 | 252 | 70 | 47 |
| Binary | 101011 | 10011010 | 10001000 | 1001000 | 0 | 1100 | 101000 | 10101010 | 111000 | 100111 |
Color Harmonies of #2B9A88
Complementary color
Monochromatic Colors of #2B9A88
Black with #2B9A88
Text Example
Text Example
White with #2B9A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9A88; }
p { color: rgb(43,154,136); }
H1.HeaderClassName
{
color: #2B9A88;
}
.AnyTagClassName
{
color: #2B9A88;
}
</style>
background-color css
<style>
a { background-color: #2B9A88; }
a { background-color: rgb(43,154,136); }
div.DivClassName
{
background-color: #2B9A88;
}
.BgClassName
{
background-color: #2B9A88;
}
</style>
border-color css
<style>
span { border-color: #2B9A88; }
span { border-color: rgb(43,154,136); }
td.TdClassName
{
border-color: #2B9A88;
}
.TagClassName
{
border-color: #2B9A88;
}
</style>