Shades of Gossamer #3DAC90
Tints of Gossamer #3DAC90
RGB
CMYK
RGB Variations
Color information
#3DAC90 (or 0x3DAC90) is known color: Gossamer. HEX triplet: 3D, AC and 90. RGB value is (61,172,144). Sum of RGB (Red+Green+Blue) = 61+172+144=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAC90 is #C2536F. Grayscale: #878787. Windows color (decimal): -12735344 or 9481277. OLE color: 9481277.
HSL color Cylindrical-coordinate representation of color #3DAC90: hue angle of 164.86º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAC90 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 144 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.33 |
| HSL | 164.86º | 0.48% | 0.46% | - |
| HSV(B) | 164.86º | 0.65% | 0.67% | - |
| XYZ | 21.71 | 32.51 | 31.52 | - |
| YUV | 135.62 | 132.73 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 144 | 0.65 | 0 | 0.16 | 0.33 | 164.86 | 0.48 | 0.46 |
| Hex | 3D | AC | 90 | 41 | 0 | 10 | 21 | A5 | 30 | 2E |
| Octal | 75 | 254 | 220 | 101 | 0 | 20 | 41 | 245 | 60 | 56 |
| Binary | 111101 | 10101100 | 10010000 | 1000001 | 0 | 10000 | 100001 | 10100101 | 110000 | 101110 |
Color Harmonies of #3DAC90
Complementary color
Monochromatic Colors of #3DAC90
Black with #3DAC90
Text Example
Text Example
White with #3DAC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC90; }
p { color: rgb(61,172,144); }
H1.HeaderClassName
{
color: #3DAC90;
}
.AnyTagClassName
{
color: #3DAC90;
}
</style>
background-color css
<style>
a { background-color: #3DAC90; }
a { background-color: rgb(61,172,144); }
div.DivClassName
{
background-color: #3DAC90;
}
.BgClassName
{
background-color: #3DAC90;
}
</style>
border-color css
<style>
span { border-color: #3DAC90; }
span { border-color: rgb(61,172,144); }
td.TdClassName
{
border-color: #3DAC90;
}
.TagClassName
{
border-color: #3DAC90;
}
</style>