Shades of Gossamer #3CAB81
Tints of Gossamer #3CAB81
RGB
CMYK
RGB Variations
Color information
#3CAB81 (or 0x3CAB81) is known color: Gossamer. HEX triplet: 3C, AB and 81. RGB value is (60,171,129). Sum of RGB (Red+Green+Blue) = 60+171+129=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAB81 is #C3547E. Grayscale: #858585. Windows color (decimal): -12801151 or 8497980. OLE color: 8497980.
HSL color Cylindrical-coordinate representation of color #3CAB81: hue angle of 157.3º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAB81 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 171 | 129 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.33 |
| HSL | 157.3º | 0.48% | 0.45% | - |
| HSV(B) | 157.3º | 0.65% | 0.67% | - |
| XYZ | 20.39 | 31.67 | 25.81 | - |
| YUV | 133.02 | 125.73 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 129 | 0.65 | 0 | 0.25 | 0.33 | 157.3 | 0.48 | 0.45 |
| Hex | 3C | AB | 81 | 41 | 0 | 19 | 21 | 9D | 30 | 2D |
| Octal | 74 | 253 | 201 | 101 | 0 | 31 | 41 | 235 | 60 | 55 |
| Binary | 111100 | 10101011 | 10000001 | 1000001 | 0 | 11001 | 100001 | 10011101 | 110000 | 101101 |
Color Harmonies of #3CAB81
Complementary color
Monochromatic Colors of #3CAB81
Black with #3CAB81
Text Example
Text Example
White with #3CAB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAB81; }
p { color: rgb(60,171,129); }
H1.HeaderClassName
{
color: #3CAB81;
}
.AnyTagClassName
{
color: #3CAB81;
}
</style>
background-color css
<style>
a { background-color: #3CAB81; }
a { background-color: rgb(60,171,129); }
div.DivClassName
{
background-color: #3CAB81;
}
.BgClassName
{
background-color: #3CAB81;
}
</style>
border-color css
<style>
span { border-color: #3CAB81; }
span { border-color: rgb(60,171,129); }
td.TdClassName
{
border-color: #3CAB81;
}
.TagClassName
{
border-color: #3CAB81;
}
</style>