Shades of Gossamer #3DAA9F
Tints of Gossamer #3DAA9F
RGB
CMYK
RGB Variations
Color information
#3DAA9F (or 0x3DAA9F) is known color: Gossamer. HEX triplet: 3D, AA and 9F. RGB value is (61,170,159). Sum of RGB (Red+Green+Blue) = 61+170+159=390 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.64% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAA9F is #C25560. Grayscale: #888888. Windows color (decimal): -12735841 or 10463805. OLE color: 10463805.
HSL color Cylindrical-coordinate representation of color #3DAA9F: hue angle of 173.94º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAA9F is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 170 | 159 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.33 |
| HSL | 173.95º | 0.47% | 0.45% | - |
| HSV(B) | 173.95º | 0.64% | 0.67% | - |
| XYZ | 22.56 | 32.24 | 37.84 | - |
| YUV | 136.16 | 140.89 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 159 | 0.64 | 0 | 0.06 | 0.33 | 173.95 | 0.47 | 0.45 |
| Hex | 3D | AA | 9F | 40 | 0 | 6 | 21 | AE | 2F | 2D |
| Octal | 75 | 252 | 237 | 100 | 0 | 6 | 41 | 256 | 57 | 55 |
| Binary | 111101 | 10101010 | 10011111 | 1000000 | 0 | 110 | 100001 | 10101110 | 101111 | 101101 |
Color Harmonies of #3DAA9F
Complementary color
Monochromatic Colors of #3DAA9F
Black with #3DAA9F
Text Example
Text Example
White with #3DAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAA9F; }
p { color: rgb(61,170,159); }
H1.HeaderClassName
{
color: #3DAA9F;
}
.AnyTagClassName
{
color: #3DAA9F;
}
</style>
background-color css
<style>
a { background-color: #3DAA9F; }
a { background-color: rgb(61,170,159); }
div.DivClassName
{
background-color: #3DAA9F;
}
.BgClassName
{
background-color: #3DAA9F;
}
</style>
border-color css
<style>
span { border-color: #3DAA9F; }
span { border-color: rgb(61,170,159); }
td.TdClassName
{
border-color: #3DAA9F;
}
.TagClassName
{
border-color: #3DAA9F;
}
</style>