Shades of Gossamer #33A18F
Tints of Gossamer #33A18F
RGB
CMYK
RGB Variations
Color information
#33A18F (or 0x33A18F) is known color: Gossamer. HEX triplet: 33, A1 and 8F. RGB value is (51,161,143). Sum of RGB (Red+Green+Blue) = 51+161+143=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #33A18F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A18F is #CC5E70. Grayscale: #7E7E7E. Windows color (decimal): -13393521 or 9412915. OLE color: 9412915.
HSL color Cylindrical-coordinate representation of color #33A18F: hue angle of 170.18º 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 #33A18F is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 161 | 143 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.37 |
| HSL | 170.18º | 0.52% | 0.42% | - |
| HSV(B) | 170.18º | 0.68% | 0.63% | - |
| XYZ | 19.07 | 28.18 | 30.42 | - |
| YUV | 126.06 | 137.56 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 143 | 0.68 | 0 | 0.11 | 0.37 | 170.18 | 0.52 | 0.42 |
| Hex | 33 | A1 | 8F | 44 | 0 | B | 25 | AA | 34 | 2A |
| Octal | 63 | 241 | 217 | 104 | 0 | 13 | 45 | 252 | 64 | 52 |
| Binary | 110011 | 10100001 | 10001111 | 1000100 | 0 | 1011 | 100101 | 10101010 | 110100 | 101010 |
Color Harmonies of #33A18F
Complementary color
Monochromatic Colors of #33A18F
Black with #33A18F
Text Example
Text Example
White with #33A18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A18F; }
p { color: rgb(51,161,143); }
H1.HeaderClassName
{
color: #33A18F;
}
.AnyTagClassName
{
color: #33A18F;
}
</style>
background-color css
<style>
a { background-color: #33A18F; }
a { background-color: rgb(51,161,143); }
div.DivClassName
{
background-color: #33A18F;
}
.BgClassName
{
background-color: #33A18F;
}
</style>
border-color css
<style>
span { border-color: #33A18F; }
span { border-color: rgb(51,161,143); }
td.TdClassName
{
border-color: #33A18F;
}
.TagClassName
{
border-color: #33A18F;
}
</style>