Shades of Gossamer #2B9B7B
Tints of Gossamer #2B9B7B
RGB
CMYK
RGB Variations
Color information
#2B9B7B (or 0x2B9B7B) is known color: Gossamer. HEX triplet: 2B, 9B and 7B. RGB value is (43,155,123). Sum of RGB (Red+Green+Blue) = 43+155+123=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9B7B is #D46484. Grayscale: #757575. Windows color (decimal): -13919365 or 8100651. OLE color: 8100651.
HSL color Cylindrical-coordinate representation of color #2B9B7B: hue angle of 162.86º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9B7B is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 155 | 123 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.39 |
| HSL | 162.86º | 0.57% | 0.39% | - |
| HSV(B) | 162.86º | 0.72% | 0.61% | - |
| XYZ | 16.29 | 25.39 | 22.78 | - |
| YUV | 117.86 | 130.89 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 155 | 123 | 0.72 | 0 | 0.21 | 0.39 | 162.86 | 0.57 | 0.39 |
| Hex | 2B | 9B | 7B | 48 | 0 | 15 | 27 | A3 | 39 | 27 |
| Octal | 53 | 233 | 173 | 110 | 0 | 25 | 47 | 243 | 71 | 47 |
| Binary | 101011 | 10011011 | 1111011 | 1001000 | 0 | 10101 | 100111 | 10100011 | 111001 | 100111 |
Color Harmonies of #2B9B7B
Complementary color
Monochromatic Colors of #2B9B7B
Black with #2B9B7B
Text Example
Text Example
White with #2B9B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9B7B; }
p { color: rgb(43,155,123); }
H1.HeaderClassName
{
color: #2B9B7B;
}
.AnyTagClassName
{
color: #2B9B7B;
}
</style>
background-color css
<style>
a { background-color: #2B9B7B; }
a { background-color: rgb(43,155,123); }
div.DivClassName
{
background-color: #2B9B7B;
}
.BgClassName
{
background-color: #2B9B7B;
}
</style>
border-color css
<style>
span { border-color: #2B9B7B; }
span { border-color: rgb(43,155,123); }
td.TdClassName
{
border-color: #2B9B7B;
}
.TagClassName
{
border-color: #2B9B7B;
}
</style>