Shades of Gossamer #33A07D
Tints of Gossamer #33A07D
RGB
CMYK
RGB Variations
Color information
#33A07D (or 0x33A07D) is known color: Gossamer. HEX triplet: 33, A0 and 7D. RGB value is (51,160,125). Sum of RGB (Red+Green+Blue) = 51+160+125=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #33A07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A07D is #CC5F82. Grayscale: #7B7B7B. Windows color (decimal): -13393795 or 8233011. OLE color: 8233011.
HSL color Cylindrical-coordinate representation of color #33A07D: hue angle of 160.73º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A07D is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 160 | 125 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.37 |
| HSL | 160.73º | 0.52% | 0.41% | - |
| HSV(B) | 160.73º | 0.68% | 0.63% | - |
| XYZ | 17.64 | 27.33 | 23.75 | - |
| YUV | 123.42 | 128.89 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 125 | 0.68 | 0 | 0.22 | 0.37 | 160.73 | 0.52 | 0.41 |
| Hex | 33 | A0 | 7D | 44 | 0 | 16 | 25 | A1 | 34 | 29 |
| Octal | 63 | 240 | 175 | 104 | 0 | 26 | 45 | 241 | 64 | 51 |
| Binary | 110011 | 10100000 | 1111101 | 1000100 | 0 | 10110 | 100101 | 10100001 | 110100 | 101001 |
Color Harmonies of #33A07D
Complementary color
Monochromatic Colors of #33A07D
Black with #33A07D
Text Example
Text Example
White with #33A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A07D; }
p { color: rgb(51,160,125); }
H1.HeaderClassName
{
color: #33A07D;
}
.AnyTagClassName
{
color: #33A07D;
}
</style>
background-color css
<style>
a { background-color: #33A07D; }
a { background-color: rgb(51,160,125); }
div.DivClassName
{
background-color: #33A07D;
}
.BgClassName
{
background-color: #33A07D;
}
</style>
border-color css
<style>
span { border-color: #33A07D; }
span { border-color: rgb(51,160,125); }
td.TdClassName
{
border-color: #33A07D;
}
.TagClassName
{
border-color: #33A07D;
}
</style>