Shades of Gossamer #3AAF88
Tints of Gossamer #3AAF88
RGB
CMYK
RGB Variations
Color information
#3AAF88 (or 0x3AAF88) is known color: Gossamer. HEX triplet: 3A, AF and 88. RGB value is (58,175,136). Sum of RGB (Red+Green+Blue) = 58+175+136=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAF88 is #C55077. Grayscale: #878787. Windows color (decimal): -12931192 or 8957754. OLE color: 8957754.
HSL color Cylindrical-coordinate representation of color #3AAF88: hue angle of 160º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAF88 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 136 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.31 |
| HSL | 160º | 0.5% | 0.46% | - |
| HSV(B) | 160º | 0.67% | 0.69% | - |
| XYZ | 21.52 | 33.34 | 28.59 | - |
| YUV | 135.57 | 128.24 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 136 | 0.67 | 0 | 0.22 | 0.31 | 160 | 0.5 | 0.46 |
| Hex | 3A | AF | 88 | 43 | 0 | 16 | 1F | A0 | 32 | 2E |
| Octal | 72 | 257 | 210 | 103 | 0 | 26 | 37 | 240 | 62 | 56 |
| Binary | 111010 | 10101111 | 10001000 | 1000011 | 0 | 10110 | 11111 | 10100000 | 110010 | 101110 |
Color Harmonies of #3AAF88
Complementary color
Monochromatic Colors of #3AAF88
Black with #3AAF88
Text Example
Text Example
White with #3AAF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF88; }
p { color: rgb(58,175,136); }
H1.HeaderClassName
{
color: #3AAF88;
}
.AnyTagClassName
{
color: #3AAF88;
}
</style>
background-color css
<style>
a { background-color: #3AAF88; }
a { background-color: rgb(58,175,136); }
div.DivClassName
{
background-color: #3AAF88;
}
.BgClassName
{
background-color: #3AAF88;
}
</style>
border-color css
<style>
span { border-color: #3AAF88; }
span { border-color: rgb(58,175,136); }
td.TdClassName
{
border-color: #3AAF88;
}
.TagClassName
{
border-color: #3AAF88;
}
</style>