Shades of Gossamer #36A488
Tints of Gossamer #36A488
RGB
CMYK
RGB Variations
Color information
#36A488 (or 0x36A488) is known color: Gossamer. HEX triplet: 36, A4 and 88. RGB value is (54,164,136). Sum of RGB (Red+Green+Blue) = 54+164+136=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 164 - color contains mainly: green. Hex color #36A488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A488 is #C95B77. Grayscale: #7F7F7F. Windows color (decimal): -13196152 or 8954934. OLE color: 8954934.
HSL color Cylindrical-coordinate representation of color #36A488: hue angle of 164.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A488 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 164 | 136 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.36 |
| HSL | 164.73º | 0.5% | 0.43% | - |
| HSV(B) | 164.73º | 0.67% | 0.64% | - |
| XYZ | 19.24 | 29.11 | 27.9 | - |
| YUV | 127.92 | 132.56 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 164 | 136 | 0.67 | 0 | 0.17 | 0.36 | 164.73 | 0.5 | 0.43 |
| Hex | 36 | A4 | 88 | 43 | 0 | 11 | 24 | A5 | 32 | 2B |
| Octal | 66 | 244 | 210 | 103 | 0 | 21 | 44 | 245 | 62 | 53 |
| Binary | 110110 | 10100100 | 10001000 | 1000011 | 0 | 10001 | 100100 | 10100101 | 110010 | 101011 |
Color Harmonies of #36A488
Complementary color
Monochromatic Colors of #36A488
Black with #36A488
Text Example
Text Example
White with #36A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A488; }
p { color: rgb(54,164,136); }
H1.HeaderClassName
{
color: #36A488;
}
.AnyTagClassName
{
color: #36A488;
}
</style>
background-color css
<style>
a { background-color: #36A488; }
a { background-color: rgb(54,164,136); }
div.DivClassName
{
background-color: #36A488;
}
.BgClassName
{
background-color: #36A488;
}
</style>
border-color css
<style>
span { border-color: #36A488; }
span { border-color: rgb(54,164,136); }
td.TdClassName
{
border-color: #36A488;
}
.TagClassName
{
border-color: #36A488;
}
</style>