Shades of Gossamer #3DA88F
Tints of Gossamer #3DA88F
RGB
CMYK
RGB Variations
Color information
#3DA88F (or 0x3DA88F) is known color: Gossamer. HEX triplet: 3D, A8 and 8F. RGB value is (61,168,143). Sum of RGB (Red+Green+Blue) = 61+168+143=372 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.40% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA88F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA88F is #C25770. Grayscale: #858585. Windows color (decimal): -12736369 or 9414717. OLE color: 9414717.
HSL color Cylindrical-coordinate representation of color #3DA88F: hue angle of 165.98º 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 #3DA88F is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 168 | 143 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.34 |
| HSL | 165.98º | 0.47% | 0.45% | - |
| HSV(B) | 165.98º | 0.64% | 0.66% | - |
| XYZ | 20.89 | 30.98 | 30.87 | - |
| YUV | 133.16 | 133.55 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 143 | 0.64 | 0 | 0.15 | 0.34 | 165.98 | 0.47 | 0.45 |
| Hex | 3D | A8 | 8F | 40 | 0 | F | 22 | A6 | 2F | 2D |
| Octal | 75 | 250 | 217 | 100 | 0 | 17 | 42 | 246 | 57 | 55 |
| Binary | 111101 | 10101000 | 10001111 | 1000000 | 0 | 1111 | 100010 | 10100110 | 101111 | 101101 |
Color Harmonies of #3DA88F
Complementary color
Monochromatic Colors of #3DA88F
Black with #3DA88F
Text Example
Text Example
White with #3DA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA88F; }
p { color: rgb(61,168,143); }
H1.HeaderClassName
{
color: #3DA88F;
}
.AnyTagClassName
{
color: #3DA88F;
}
</style>
background-color css
<style>
a { background-color: #3DA88F; }
a { background-color: rgb(61,168,143); }
div.DivClassName
{
background-color: #3DA88F;
}
.BgClassName
{
background-color: #3DA88F;
}
</style>
border-color css
<style>
span { border-color: #3DA88F; }
span { border-color: rgb(61,168,143); }
td.TdClassName
{
border-color: #3DA88F;
}
.TagClassName
{
border-color: #3DA88F;
}
</style>