Shades of Gossamer #3AA288
Tints of Gossamer #3AA288
RGB
CMYK
RGB Variations
Color information
#3AA288 (or 0x3AA288) is known color: Gossamer. HEX triplet: 3A, A2 and 88. RGB value is (58,162,136). Sum of RGB (Red+Green+Blue) = 58+162+136=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA288 is #C55D77. Grayscale: #7F7F7F. Windows color (decimal): -12934520 or 8954426. OLE color: 8954426.
HSL color Cylindrical-coordinate representation of color #3AA288: hue angle of 165º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA288 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 162 | 136 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.36 |
| HSL | 165º | 0.47% | 0.43% | - |
| HSV(B) | 165º | 0.64% | 0.64% | - |
| XYZ | 19.11 | 28.52 | 27.79 | - |
| YUV | 127.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 162 | 136 | 0.64 | 0 | 0.16 | 0.36 | 165 | 0.47 | 0.43 |
| Hex | 3A | A2 | 88 | 40 | 0 | 10 | 24 | A5 | 2F | 2B |
| Octal | 72 | 242 | 210 | 100 | 0 | 20 | 44 | 245 | 57 | 53 |
| Binary | 111010 | 10100010 | 10001000 | 1000000 | 0 | 10000 | 100100 | 10100101 | 101111 | 101011 |
Color Harmonies of #3AA288
Complementary color
Monochromatic Colors of #3AA288
Black with #3AA288
Text Example
Text Example
White with #3AA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA288; }
p { color: rgb(58,162,136); }
H1.HeaderClassName
{
color: #3AA288;
}
.AnyTagClassName
{
color: #3AA288;
}
</style>
background-color css
<style>
a { background-color: #3AA288; }
a { background-color: rgb(58,162,136); }
div.DivClassName
{
background-color: #3AA288;
}
.BgClassName
{
background-color: #3AA288;
}
</style>
border-color css
<style>
span { border-color: #3AA288; }
span { border-color: rgb(58,162,136); }
td.TdClassName
{
border-color: #3AA288;
}
.TagClassName
{
border-color: #3AA288;
}
</style>