Shades of Gossamer #3DAB93
Tints of Gossamer #3DAB93
RGB
CMYK
RGB Variations
Color information
#3DAB93 (or 0x3DAB93) is known color: Gossamer. HEX triplet: 3D, AB and 93. RGB value is (61,171,147). Sum of RGB (Red+Green+Blue) = 61+171+147=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAB93 is #C2546C. Grayscale: #878787. Windows color (decimal): -12735597 or 9677629. OLE color: 9677629.
HSL color Cylindrical-coordinate representation of color #3DAB93: hue angle of 166.91º 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 #3DAB93 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 171 | 147 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.33 |
| HSL | 166.91º | 0.47% | 0.45% | - |
| HSV(B) | 166.91º | 0.64% | 0.67% | - |
| XYZ | 21.75 | 32.22 | 32.68 | - |
| YUV | 135.37 | 134.56 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 147 | 0.64 | 0 | 0.14 | 0.33 | 166.91 | 0.47 | 0.45 |
| Hex | 3D | AB | 93 | 40 | 0 | E | 21 | A7 | 2F | 2D |
| Octal | 75 | 253 | 223 | 100 | 0 | 16 | 41 | 247 | 57 | 55 |
| Binary | 111101 | 10101011 | 10010011 | 1000000 | 0 | 1110 | 100001 | 10100111 | 101111 | 101101 |
Color Harmonies of #3DAB93
Complementary color
Monochromatic Colors of #3DAB93
Black with #3DAB93
Text Example
Text Example
White with #3DAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAB93; }
p { color: rgb(61,171,147); }
H1.HeaderClassName
{
color: #3DAB93;
}
.AnyTagClassName
{
color: #3DAB93;
}
</style>
background-color css
<style>
a { background-color: #3DAB93; }
a { background-color: rgb(61,171,147); }
div.DivClassName
{
background-color: #3DAB93;
}
.BgClassName
{
background-color: #3DAB93;
}
</style>
border-color css
<style>
span { border-color: #3DAB93; }
span { border-color: rgb(61,171,147); }
td.TdClassName
{
border-color: #3DAB93;
}
.TagClassName
{
border-color: #3DAB93;
}
</style>