Shades of Gossamer #3DA89A
Tints of Gossamer #3DA89A
RGB
CMYK
RGB Variations
Color information
#3DA89A (or 0x3DA89A) is known color: Gossamer. HEX triplet: 3D, A8 and 9A. RGB value is (61,168,154). Sum of RGB (Red+Green+Blue) = 61+168+154=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA89A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA89A is #C25765. Grayscale: #868686. Windows color (decimal): -12736358 or 10135613. OLE color: 10135613.
HSL color Cylindrical-coordinate representation of color #3DA89A: hue angle of 172.15º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA89A is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 168 | 154 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.34 |
| HSL | 172.15º | 0.47% | 0.45% | - |
| HSV(B) | 172.15º | 0.64% | 0.66% | - |
| XYZ | 21.76 | 31.33 | 35.47 | - |
| YUV | 134.41 | 139.05 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 154 | 0.64 | 0 | 0.08 | 0.34 | 172.15 | 0.47 | 0.45 |
| Hex | 3D | A8 | 9A | 40 | 0 | 8 | 22 | AC | 2F | 2D |
| Octal | 75 | 250 | 232 | 100 | 0 | 10 | 42 | 254 | 57 | 55 |
| Binary | 111101 | 10101000 | 10011010 | 1000000 | 0 | 1000 | 100010 | 10101100 | 101111 | 101101 |
Color Harmonies of #3DA89A
Complementary color
Monochromatic Colors of #3DA89A
Black with #3DA89A
Text Example
Text Example
White with #3DA89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA89A; }
p { color: rgb(61,168,154); }
H1.HeaderClassName
{
color: #3DA89A;
}
.AnyTagClassName
{
color: #3DA89A;
}
</style>
background-color css
<style>
a { background-color: #3DA89A; }
a { background-color: rgb(61,168,154); }
div.DivClassName
{
background-color: #3DA89A;
}
.BgClassName
{
background-color: #3DA89A;
}
</style>
border-color css
<style>
span { border-color: #3DA89A; }
span { border-color: rgb(61,168,154); }
td.TdClassName
{
border-color: #3DA89A;
}
.TagClassName
{
border-color: #3DA89A;
}
</style>