Shades of Gossamer #3DA08A
Tints of Gossamer #3DA08A
RGB
CMYK
RGB Variations
Color information
#3DA08A (or 0x3DA08A) is known color: Gossamer. HEX triplet: 3D, A0 and 8A. RGB value is (61,160,138). Sum of RGB (Red+Green+Blue) = 61+160+138=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA08A is #C25F75. Grayscale: #7F7F7F. Windows color (decimal): -12738422 or 9084989. OLE color: 9084989.
HSL color Cylindrical-coordinate representation of color #3DA08A: hue angle of 166.67º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA08A is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 138 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.37 |
| HSL | 166.67º | 0.45% | 0.43% | - |
| HSV(B) | 166.67º | 0.62% | 0.63% | - |
| XYZ | 19.08 | 27.97 | 28.44 | - |
| YUV | 127.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 138 | 0.62 | 0 | 0.14 | 0.37 | 166.67 | 0.45 | 0.43 |
| Hex | 3D | A0 | 8A | 3E | 0 | E | 25 | A7 | 2D | 2B |
| Octal | 75 | 240 | 212 | 76 | 0 | 16 | 45 | 247 | 55 | 53 |
| Binary | 111101 | 10100000 | 10001010 | 111110 | 0 | 1110 | 100101 | 10100111 | 101101 | 101011 |
Color Harmonies of #3DA08A
Complementary color
Monochromatic Colors of #3DA08A
Black with #3DA08A
Text Example
Text Example
White with #3DA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA08A; }
p { color: rgb(61,160,138); }
H1.HeaderClassName
{
color: #3DA08A;
}
.AnyTagClassName
{
color: #3DA08A;
}
</style>
background-color css
<style>
a { background-color: #3DA08A; }
a { background-color: rgb(61,160,138); }
div.DivClassName
{
background-color: #3DA08A;
}
.BgClassName
{
background-color: #3DA08A;
}
</style>
border-color css
<style>
span { border-color: #3DA08A; }
span { border-color: rgb(61,160,138); }
td.TdClassName
{
border-color: #3DA08A;
}
.TagClassName
{
border-color: #3DA08A;
}
</style>