Shades of Gossamer #32A08A
Tints of Gossamer #32A08A
RGB
CMYK
RGB Variations
Color information
#32A08A (or 0x32A08A) is known color: Gossamer. HEX triplet: 32, A0 and 8A. RGB value is (50,160,138). Sum of RGB (Red+Green+Blue) = 50+160+138=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 160 - color contains mainly: green. Hex color #32A08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A08A is #CD5F75. Grayscale: #7C7C7C. Windows color (decimal): -13459318 or 9084978. OLE color: 9084978.
HSL color Cylindrical-coordinate representation of color #32A08A: hue angle of 168º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A08A is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 160 | 138 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.37 |
| HSL | 168º | 0.52% | 0.41% | - |
| HSV(B) | 168º | 0.69% | 0.63% | - |
| XYZ | 18.47 | 27.65 | 28.41 | - |
| YUV | 124.6 | 135.56 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 138 | 0.69 | 0 | 0.14 | 0.37 | 168 | 0.52 | 0.41 |
| Hex | 32 | A0 | 8A | 45 | 0 | E | 25 | A8 | 34 | 29 |
| Octal | 62 | 240 | 212 | 105 | 0 | 16 | 45 | 250 | 64 | 51 |
| Binary | 110010 | 10100000 | 10001010 | 1000101 | 0 | 1110 | 100101 | 10101000 | 110100 | 101001 |
Color Harmonies of #32A08A
Complementary color
Monochromatic Colors of #32A08A
Black with #32A08A
Text Example
Text Example
White with #32A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A08A; }
p { color: rgb(50,160,138); }
H1.HeaderClassName
{
color: #32A08A;
}
.AnyTagClassName
{
color: #32A08A;
}
</style>
background-color css
<style>
a { background-color: #32A08A; }
a { background-color: rgb(50,160,138); }
div.DivClassName
{
background-color: #32A08A;
}
.BgClassName
{
background-color: #32A08A;
}
</style>
border-color css
<style>
span { border-color: #32A08A; }
span { border-color: rgb(50,160,138); }
td.TdClassName
{
border-color: #32A08A;
}
.TagClassName
{
border-color: #32A08A;
}
</style>