Shades of Gossamer #2B997B
Tints of Gossamer #2B997B
RGB
CMYK
RGB Variations
Color information
#2B997B (or 0x2B997B) is known color: Gossamer. HEX triplet: 2B, 99 and 7B. RGB value is (43,153,123). Sum of RGB (Red+Green+Blue) = 43+153+123=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #2B997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B997B is #D46684. Grayscale: #747474. Windows color (decimal): -13919877 or 8100139. OLE color: 8100139.
HSL color Cylindrical-coordinate representation of color #2B997B: hue angle of 163.64º 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 #2B997B is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 153 | 123 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.4 |
| HSL | 163.64º | 0.56% | 0.38% | - |
| HSV(B) | 163.64º | 0.72% | 0.6% | - |
| XYZ | 15.96 | 24.73 | 22.67 | - |
| YUV | 116.69 | 131.56 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 123 | 0.72 | 0 | 0.20 | 0.4 | 163.64 | 0.56 | 0.38 |
| Hex | 2B | 99 | 7B | 48 | 0 | 14 | 28 | A4 | 38 | 26 |
| Octal | 53 | 231 | 173 | 110 | 0 | 24 | 50 | 244 | 70 | 46 |
| Binary | 101011 | 10011001 | 1111011 | 1001000 | 0 | 10100 | 101000 | 10100100 | 111000 | 100110 |
Color Harmonies of #2B997B
Complementary color
Monochromatic Colors of #2B997B
Black with #2B997B
Text Example
Text Example
White with #2B997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B997B; }
p { color: rgb(43,153,123); }
H1.HeaderClassName
{
color: #2B997B;
}
.AnyTagClassName
{
color: #2B997B;
}
</style>
background-color css
<style>
a { background-color: #2B997B; }
a { background-color: rgb(43,153,123); }
div.DivClassName
{
background-color: #2B997B;
}
.BgClassName
{
background-color: #2B997B;
}
</style>
border-color css
<style>
span { border-color: #2B997B; }
span { border-color: rgb(43,153,123); }
td.TdClassName
{
border-color: #2B997B;
}
.TagClassName
{
border-color: #2B997B;
}
</style>