Shades of Gossamer #3AAF8F
Tints of Gossamer #3AAF8F
RGB
CMYK
RGB Variations
Color information
#3AAF8F (or 0x3AAF8F) is known color: Gossamer. HEX triplet: 3A, AF and 8F. RGB value is (58,175,143). Sum of RGB (Red+Green+Blue) = 58+175+143=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAF8F is #C55070. Grayscale: #888888. Windows color (decimal): -12931185 or 9416506. OLE color: 9416506.
HSL color Cylindrical-coordinate representation of color #3AAF8F: hue angle of 163.59º 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 #3AAF8F is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 143 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.31 |
| HSL | 163.59º | 0.5% | 0.46% | - |
| HSV(B) | 163.59º | 0.67% | 0.69% | - |
| XYZ | 22.03 | 33.54 | 31.3 | - |
| YUV | 136.37 | 131.74 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 143 | 0.67 | 0 | 0.18 | 0.31 | 163.59 | 0.5 | 0.46 |
| Hex | 3A | AF | 8F | 43 | 0 | 12 | 1F | A4 | 32 | 2E |
| Octal | 72 | 257 | 217 | 103 | 0 | 22 | 37 | 244 | 62 | 56 |
| Binary | 111010 | 10101111 | 10001111 | 1000011 | 0 | 10010 | 11111 | 10100100 | 110010 | 101110 |
Color Harmonies of #3AAF8F
Complementary color
Monochromatic Colors of #3AAF8F
Black with #3AAF8F
Text Example
Text Example
White with #3AAF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF8F; }
p { color: rgb(58,175,143); }
H1.HeaderClassName
{
color: #3AAF8F;
}
.AnyTagClassName
{
color: #3AAF8F;
}
</style>
background-color css
<style>
a { background-color: #3AAF8F; }
a { background-color: rgb(58,175,143); }
div.DivClassName
{
background-color: #3AAF8F;
}
.BgClassName
{
background-color: #3AAF8F;
}
</style>
border-color css
<style>
span { border-color: #3AAF8F; }
span { border-color: rgb(58,175,143); }
td.TdClassName
{
border-color: #3AAF8F;
}
.TagClassName
{
border-color: #3AAF8F;
}
</style>