Shades of Gossamer #3DAB8A
Tints of Gossamer #3DAB8A
RGB
CMYK
RGB Variations
Color information
#3DAB8A (or 0x3DAB8A) is known color: Gossamer. HEX triplet: 3D, AB and 8A. RGB value is (61,171,138). Sum of RGB (Red+Green+Blue) = 61+171+138=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAB8A is #C25475. Grayscale: #868686. Windows color (decimal): -12735606 or 9087805. OLE color: 9087805.
HSL color Cylindrical-coordinate representation of color #3DAB8A: hue angle of 162º 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 #3DAB8A is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 171 | 138 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.33 |
| HSL | 162º | 0.47% | 0.45% | - |
| HSV(B) | 162º | 0.64% | 0.67% | - |
| XYZ | 21.07 | 31.95 | 29.1 | - |
| YUV | 134.35 | 130.06 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 138 | 0.64 | 0 | 0.19 | 0.33 | 162 | 0.47 | 0.45 |
| Hex | 3D | AB | 8A | 40 | 0 | 13 | 21 | A2 | 2F | 2D |
| Octal | 75 | 253 | 212 | 100 | 0 | 23 | 41 | 242 | 57 | 55 |
| Binary | 111101 | 10101011 | 10001010 | 1000000 | 0 | 10011 | 100001 | 10100010 | 101111 | 101101 |
Color Harmonies of #3DAB8A
Complementary color
Monochromatic Colors of #3DAB8A
Black with #3DAB8A
Text Example
Text Example
White with #3DAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAB8A; }
p { color: rgb(61,171,138); }
H1.HeaderClassName
{
color: #3DAB8A;
}
.AnyTagClassName
{
color: #3DAB8A;
}
</style>
background-color css
<style>
a { background-color: #3DAB8A; }
a { background-color: rgb(61,171,138); }
div.DivClassName
{
background-color: #3DAB8A;
}
.BgClassName
{
background-color: #3DAB8A;
}
</style>
border-color css
<style>
span { border-color: #3DAB8A; }
span { border-color: rgb(61,171,138); }
td.TdClassName
{
border-color: #3DAB8A;
}
.TagClassName
{
border-color: #3DAB8A;
}
</style>