Shades of Gossamer #2B9C83
Tints of Gossamer #2B9C83
RGB
CMYK
RGB Variations
Color information
#2B9C83 (or 0x2B9C83) is known color: Gossamer. HEX triplet: 2B, 9C and 83. RGB value is (43,156,131). Sum of RGB (Red+Green+Blue) = 43+156+131=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9C83 is #D4637C. Grayscale: #777777. Windows color (decimal): -13919101 or 8625195. OLE color: 8625195.
HSL color Cylindrical-coordinate representation of color #2B9C83: hue angle of 166.73º 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 #2B9C83 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 156 | 131 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.39 |
| HSL | 166.73º | 0.57% | 0.39% | - |
| HSV(B) | 166.73º | 0.72% | 0.61% | - |
| XYZ | 16.98 | 25.93 | 25.58 | - |
| YUV | 119.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 131 | 0.72 | 0 | 0.16 | 0.39 | 166.73 | 0.57 | 0.39 |
| Hex | 2B | 9C | 83 | 48 | 0 | 10 | 27 | A7 | 39 | 27 |
| Octal | 53 | 234 | 203 | 110 | 0 | 20 | 47 | 247 | 71 | 47 |
| Binary | 101011 | 10011100 | 10000011 | 1001000 | 0 | 10000 | 100111 | 10100111 | 111001 | 100111 |
Color Harmonies of #2B9C83
Complementary color
Monochromatic Colors of #2B9C83
Black with #2B9C83
Text Example
Text Example
White with #2B9C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9C83; }
p { color: rgb(43,156,131); }
H1.HeaderClassName
{
color: #2B9C83;
}
.AnyTagClassName
{
color: #2B9C83;
}
</style>
background-color css
<style>
a { background-color: #2B9C83; }
a { background-color: rgb(43,156,131); }
div.DivClassName
{
background-color: #2B9C83;
}
.BgClassName
{
background-color: #2B9C83;
}
</style>
border-color css
<style>
span { border-color: #2B9C83; }
span { border-color: rgb(43,156,131); }
td.TdClassName
{
border-color: #2B9C83;
}
.TagClassName
{
border-color: #2B9C83;
}
</style>