Shades of Gossamer #3CA88E
Tints of Gossamer #3CA88E
RGB
CMYK
RGB Variations
Color information
#3CA88E (or 0x3CA88E) is known color: Gossamer. HEX triplet: 3C, A8 and 8E. RGB value is (60,168,142). Sum of RGB (Red+Green+Blue) = 60+168+142=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA88E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA88E is #C35771. Grayscale: #848484. Windows color (decimal): -12801906 or 9349180. OLE color: 9349180.
HSL color Cylindrical-coordinate representation of color #3CA88E: hue angle of 165.56º 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 #3CA88E is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 168 | 142 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.34 |
| HSL | 165.56º | 0.47% | 0.45% | - |
| HSV(B) | 165.56º | 0.64% | 0.66% | - |
| XYZ | 20.75 | 30.92 | 30.47 | - |
| YUV | 132.74 | 133.22 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 168 | 142 | 0.64 | 0 | 0.15 | 0.34 | 165.56 | 0.47 | 0.45 |
| Hex | 3C | A8 | 8E | 40 | 0 | F | 22 | A6 | 2F | 2D |
| Octal | 74 | 250 | 216 | 100 | 0 | 17 | 42 | 246 | 57 | 55 |
| Binary | 111100 | 10101000 | 10001110 | 1000000 | 0 | 1111 | 100010 | 10100110 | 101111 | 101101 |
Color Harmonies of #3CA88E
Complementary color
Monochromatic Colors of #3CA88E
Black with #3CA88E
Text Example
Text Example
White with #3CA88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA88E; }
p { color: rgb(60,168,142); }
H1.HeaderClassName
{
color: #3CA88E;
}
.AnyTagClassName
{
color: #3CA88E;
}
</style>
background-color css
<style>
a { background-color: #3CA88E; }
a { background-color: rgb(60,168,142); }
div.DivClassName
{
background-color: #3CA88E;
}
.BgClassName
{
background-color: #3CA88E;
}
</style>
border-color css
<style>
span { border-color: #3CA88E; }
span { border-color: rgb(60,168,142); }
td.TdClassName
{
border-color: #3CA88E;
}
.TagClassName
{
border-color: #3CA88E;
}
</style>