Shades of Gossamer #3CAA90
Tints of Gossamer #3CAA90
RGB
CMYK
RGB Variations
Color information
#3CAA90 (or 0x3CAA90) is known color: Gossamer. HEX triplet: 3C, AA and 90. RGB value is (60,170,144). Sum of RGB (Red+Green+Blue) = 60+170+144=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAA90 is #C3556F. Grayscale: #868686. Windows color (decimal): -12801392 or 9480764. OLE color: 9480764.
HSL color Cylindrical-coordinate representation of color #3CAA90: hue angle of 165.82º 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 #3CAA90 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 144 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.33 |
| HSL | 165.82º | 0.48% | 0.45% | - |
| HSV(B) | 165.82º | 0.65% | 0.67% | - |
| XYZ | 21.27 | 31.72 | 31.39 | - |
| YUV | 134.15 | 133.56 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 144 | 0.65 | 0 | 0.15 | 0.33 | 165.82 | 0.48 | 0.45 |
| Hex | 3C | AA | 90 | 41 | 0 | F | 21 | A6 | 30 | 2D |
| Octal | 74 | 252 | 220 | 101 | 0 | 17 | 41 | 246 | 60 | 55 |
| Binary | 111100 | 10101010 | 10010000 | 1000001 | 0 | 1111 | 100001 | 10100110 | 110000 | 101101 |
Color Harmonies of #3CAA90
Complementary color
Monochromatic Colors of #3CAA90
Black with #3CAA90
Text Example
Text Example
White with #3CAA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA90; }
p { color: rgb(60,170,144); }
H1.HeaderClassName
{
color: #3CAA90;
}
.AnyTagClassName
{
color: #3CAA90;
}
</style>
background-color css
<style>
a { background-color: #3CAA90; }
a { background-color: rgb(60,170,144); }
div.DivClassName
{
background-color: #3CAA90;
}
.BgClassName
{
background-color: #3CAA90;
}
</style>
border-color css
<style>
span { border-color: #3CAA90; }
span { border-color: rgb(60,170,144); }
td.TdClassName
{
border-color: #3CAA90;
}
.TagClassName
{
border-color: #3CAA90;
}
</style>