Shades of Gossamer #3CA89A
Tints of Gossamer #3CA89A
RGB
CMYK
RGB Variations
Color information
#3CA89A (or 0x3CA89A) is known color: Gossamer. HEX triplet: 3C, A8 and 9A. RGB value is (60,168,154). Sum of RGB (Red+Green+Blue) = 60+168+154=382 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.71% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA89A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA89A is #C35765. Grayscale: #868686. Windows color (decimal): -12801894 or 10135612. OLE color: 10135612.
HSL color Cylindrical-coordinate representation of color #3CA89A: hue angle of 172.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA89A is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 168 | 154 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.34 |
| HSL | 172.22º | 0.47% | 0.45% | - |
| HSV(B) | 172.22º | 0.64% | 0.66% | - |
| XYZ | 21.7 | 31.3 | 35.47 | - |
| YUV | 134.11 | 139.22 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 168 | 154 | 0.64 | 0 | 0.08 | 0.34 | 172.22 | 0.47 | 0.45 |
| Hex | 3C | A8 | 9A | 40 | 0 | 8 | 22 | AC | 2F | 2D |
| Octal | 74 | 250 | 232 | 100 | 0 | 10 | 42 | 254 | 57 | 55 |
| Binary | 111100 | 10101000 | 10011010 | 1000000 | 0 | 1000 | 100010 | 10101100 | 101111 | 101101 |
Color Harmonies of #3CA89A
Complementary color
Monochromatic Colors of #3CA89A
Black with #3CA89A
Text Example
Text Example
White with #3CA89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA89A; }
p { color: rgb(60,168,154); }
H1.HeaderClassName
{
color: #3CA89A;
}
.AnyTagClassName
{
color: #3CA89A;
}
</style>
background-color css
<style>
a { background-color: #3CA89A; }
a { background-color: rgb(60,168,154); }
div.DivClassName
{
background-color: #3CA89A;
}
.BgClassName
{
background-color: #3CA89A;
}
</style>
border-color css
<style>
span { border-color: #3CA89A; }
span { border-color: rgb(60,168,154); }
td.TdClassName
{
border-color: #3CA89A;
}
.TagClassName
{
border-color: #3CA89A;
}
</style>