Shades of Gossamer #3DA093
Tints of Gossamer #3DA093
RGB
CMYK
RGB Variations
Color information
#3DA093 (or 0x3DA093) is known color: Gossamer. HEX triplet: 3D, A0 and 93. RGB value is (61,160,147). Sum of RGB (Red+Green+Blue) = 61+160+147=368 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.58% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA093 is #C25F6C. Grayscale: #808080. Windows color (decimal): -12738413 or 9674813. OLE color: 9674813.
HSL color Cylindrical-coordinate representation of color #3DA093: hue angle of 172.12º 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 #3DA093 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 147 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.37 |
| HSL | 172.12º | 0.45% | 0.43% | - |
| HSV(B) | 172.12º | 0.62% | 0.63% | - |
| XYZ | 19.76 | 28.24 | 32.01 | - |
| YUV | 128.92 | 138.2 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 147 | 0.62 | 0 | 0.08 | 0.37 | 172.12 | 0.45 | 0.43 |
| Hex | 3D | A0 | 93 | 3E | 0 | 8 | 25 | AC | 2D | 2B |
| Octal | 75 | 240 | 223 | 76 | 0 | 10 | 45 | 254 | 55 | 53 |
| Binary | 111101 | 10100000 | 10010011 | 111110 | 0 | 1000 | 100101 | 10101100 | 101101 | 101011 |
Color Harmonies of #3DA093
Complementary color
Monochromatic Colors of #3DA093
Black with #3DA093
Text Example
Text Example
White with #3DA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA093; }
p { color: rgb(61,160,147); }
H1.HeaderClassName
{
color: #3DA093;
}
.AnyTagClassName
{
color: #3DA093;
}
</style>
background-color css
<style>
a { background-color: #3DA093; }
a { background-color: rgb(61,160,147); }
div.DivClassName
{
background-color: #3DA093;
}
.BgClassName
{
background-color: #3DA093;
}
</style>
border-color css
<style>
span { border-color: #3DA093; }
span { border-color: rgb(61,160,147); }
td.TdClassName
{
border-color: #3DA093;
}
.TagClassName
{
border-color: #3DA093;
}
</style>