Shades of Gossamer #33A389
Tints of Gossamer #33A389
RGB
CMYK
RGB Variations
Color information
#33A389 (or 0x33A389) is known color: Gossamer. HEX triplet: 33, A3 and 89. RGB value is (51,163,137). Sum of RGB (Red+Green+Blue) = 51+163+137=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #33A389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A389 is #CC5C76. Grayscale: #7E7E7E. Windows color (decimal): -13393015 or 9020211. OLE color: 9020211.
HSL color Cylindrical-coordinate representation of color #33A389: hue angle of 166.07º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A389 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 163 | 137 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.36 |
| HSL | 166.07º | 0.52% | 0.42% | - |
| HSV(B) | 166.07º | 0.69% | 0.64% | - |
| XYZ | 18.98 | 28.7 | 28.21 | - |
| YUV | 126.55 | 133.89 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 163 | 137 | 0.69 | 0 | 0.16 | 0.36 | 166.07 | 0.52 | 0.42 |
| Hex | 33 | A3 | 89 | 45 | 0 | 10 | 24 | A6 | 34 | 2A |
| Octal | 63 | 243 | 211 | 105 | 0 | 20 | 44 | 246 | 64 | 52 |
| Binary | 110011 | 10100011 | 10001001 | 1000101 | 0 | 10000 | 100100 | 10100110 | 110100 | 101010 |
Color Harmonies of #33A389
Complementary color
Monochromatic Colors of #33A389
Black with #33A389
Text Example
Text Example
White with #33A389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A389; }
p { color: rgb(51,163,137); }
H1.HeaderClassName
{
color: #33A389;
}
.AnyTagClassName
{
color: #33A389;
}
</style>
background-color css
<style>
a { background-color: #33A389; }
a { background-color: rgb(51,163,137); }
div.DivClassName
{
background-color: #33A389;
}
.BgClassName
{
background-color: #33A389;
}
</style>
border-color css
<style>
span { border-color: #33A389; }
span { border-color: rgb(51,163,137); }
td.TdClassName
{
border-color: #33A389;
}
.TagClassName
{
border-color: #33A389;
}
</style>