Shades of Gossamer #3AAB92
Tints of Gossamer #3AAB92
RGB
CMYK
RGB Variations
Color information
#3AAB92 (or 0x3AAB92) is known color: Gossamer. HEX triplet: 3A, AB and 92. RGB value is (58,171,146). Sum of RGB (Red+Green+Blue) = 58+171+146=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAB92 is #C5546D. Grayscale: #868686. Windows color (decimal): -12932206 or 9612090. OLE color: 9612090.
HSL color Cylindrical-coordinate representation of color #3AAB92: hue angle of 166.73º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAB92 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 171 | 146 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.33 |
| HSL | 166.73º | 0.49% | 0.45% | - |
| HSV(B) | 166.73º | 0.66% | 0.67% | - |
| XYZ | 21.5 | 32.1 | 32.26 | - |
| YUV | 134.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 171 | 146 | 0.66 | 0 | 0.15 | 0.33 | 166.73 | 0.49 | 0.45 |
| Hex | 3A | AB | 92 | 42 | 0 | F | 21 | A7 | 31 | 2D |
| Octal | 72 | 253 | 222 | 102 | 0 | 17 | 41 | 247 | 61 | 55 |
| Binary | 111010 | 10101011 | 10010010 | 1000010 | 0 | 1111 | 100001 | 10100111 | 110001 | 101101 |
Color Harmonies of #3AAB92
Complementary color
Monochromatic Colors of #3AAB92
Black with #3AAB92
Text Example
Text Example
White with #3AAB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAB92; }
p { color: rgb(58,171,146); }
H1.HeaderClassName
{
color: #3AAB92;
}
.AnyTagClassName
{
color: #3AAB92;
}
</style>
background-color css
<style>
a { background-color: #3AAB92; }
a { background-color: rgb(58,171,146); }
div.DivClassName
{
background-color: #3AAB92;
}
.BgClassName
{
background-color: #3AAB92;
}
</style>
border-color css
<style>
span { border-color: #3AAB92; }
span { border-color: rgb(58,171,146); }
td.TdClassName
{
border-color: #3AAB92;
}
.TagClassName
{
border-color: #3AAB92;
}
</style>