Shades of Gossamer #33A18A
Tints of Gossamer #33A18A
RGB
CMYK
RGB Variations
Color information
#33A18A (or 0x33A18A) is known color: Gossamer. HEX triplet: 33, A1 and 8A. RGB value is (51,161,138). Sum of RGB (Red+Green+Blue) = 51+161+138=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 161 - color contains mainly: green. Hex color #33A18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A18A is #CC5E75. Grayscale: #7D7D7D. Windows color (decimal): -13393526 or 9085235. OLE color: 9085235.
HSL color Cylindrical-coordinate representation of color #33A18A: hue angle of 167.45º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A18A is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 161 | 138 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.37 |
| HSL | 167.45º | 0.52% | 0.42% | - |
| HSV(B) | 167.45º | 0.68% | 0.63% | - |
| XYZ | 18.7 | 28.03 | 28.47 | - |
| YUV | 125.49 | 135.06 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 138 | 0.68 | 0 | 0.14 | 0.37 | 167.45 | 0.52 | 0.42 |
| Hex | 33 | A1 | 8A | 44 | 0 | E | 25 | A7 | 34 | 2A |
| Octal | 63 | 241 | 212 | 104 | 0 | 16 | 45 | 247 | 64 | 52 |
| Binary | 110011 | 10100001 | 10001010 | 1000100 | 0 | 1110 | 100101 | 10100111 | 110100 | 101010 |
Color Harmonies of #33A18A
Complementary color
Monochromatic Colors of #33A18A
Black with #33A18A
Text Example
Text Example
White with #33A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A18A; }
p { color: rgb(51,161,138); }
H1.HeaderClassName
{
color: #33A18A;
}
.AnyTagClassName
{
color: #33A18A;
}
</style>
background-color css
<style>
a { background-color: #33A18A; }
a { background-color: rgb(51,161,138); }
div.DivClassName
{
background-color: #33A18A;
}
.BgClassName
{
background-color: #33A18A;
}
</style>
border-color css
<style>
span { border-color: #33A18A; }
span { border-color: rgb(51,161,138); }
td.TdClassName
{
border-color: #33A18A;
}
.TagClassName
{
border-color: #33A18A;
}
</style>