Shades of Gossamer #33A48D
Tints of Gossamer #33A48D
RGB
CMYK
RGB Variations
Color information
#33A48D (or 0x33A48D) is known color: Gossamer. HEX triplet: 33, A4 and 8D. RGB value is (51,164,141). Sum of RGB (Red+Green+Blue) = 51+164+141=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #33A48D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A48D is #CC5B72. Grayscale: #7F7F7F. Windows color (decimal): -13392755 or 9282611. OLE color: 9282611.
HSL color Cylindrical-coordinate representation of color #33A48D: hue angle of 167.79º degrees, saturation: 0.53, 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 #33A48D is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 164 | 141 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.36 |
| HSL | 167.79º | 0.53% | 0.42% | - |
| HSV(B) | 167.79º | 0.69% | 0.64% | - |
| XYZ | 19.45 | 29.18 | 29.81 | - |
| YUV | 127.59 | 135.56 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 164 | 141 | 0.69 | 0 | 0.14 | 0.36 | 167.79 | 0.53 | 0.42 |
| Hex | 33 | A4 | 8D | 45 | 0 | E | 24 | A8 | 35 | 2A |
| Octal | 63 | 244 | 215 | 105 | 0 | 16 | 44 | 250 | 65 | 52 |
| Binary | 110011 | 10100100 | 10001101 | 1000101 | 0 | 1110 | 100100 | 10101000 | 110101 | 101010 |
Color Harmonies of #33A48D
Complementary color
Monochromatic Colors of #33A48D
Black with #33A48D
Text Example
Text Example
White with #33A48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A48D; }
p { color: rgb(51,164,141); }
H1.HeaderClassName
{
color: #33A48D;
}
.AnyTagClassName
{
color: #33A48D;
}
</style>
background-color css
<style>
a { background-color: #33A48D; }
a { background-color: rgb(51,164,141); }
div.DivClassName
{
background-color: #33A48D;
}
.BgClassName
{
background-color: #33A48D;
}
</style>
border-color css
<style>
span { border-color: #33A48D; }
span { border-color: rgb(51,164,141); }
td.TdClassName
{
border-color: #33A48D;
}
.TagClassName
{
border-color: #33A48D;
}
</style>