Shades of Gossamer #3CAF91
Tints of Gossamer #3CAF91
RGB
CMYK
RGB Variations
Color information
#3CAF91 (or 0x3CAF91) is known color: Gossamer. HEX triplet: 3C, AF and 91. RGB value is (60,175,145). Sum of RGB (Red+Green+Blue) = 60+175+145=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAF91 is #C3506E. Grayscale: #898989. Windows color (decimal): -12800111 or 9547580. OLE color: 9547580.
HSL color Cylindrical-coordinate representation of color #3CAF91: hue angle of 164.35º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAF91 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 145 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.31 |
| HSL | 164.35º | 0.49% | 0.46% | - |
| HSV(B) | 164.35º | 0.66% | 0.69% | - |
| XYZ | 22.3 | 33.66 | 32.11 | - |
| YUV | 137.2 | 132.4 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 145 | 0.66 | 0 | 0.17 | 0.31 | 164.35 | 0.49 | 0.46 |
| Hex | 3C | AF | 91 | 42 | 0 | 11 | 1F | A4 | 31 | 2E |
| Octal | 74 | 257 | 221 | 102 | 0 | 21 | 37 | 244 | 61 | 56 |
| Binary | 111100 | 10101111 | 10010001 | 1000010 | 0 | 10001 | 11111 | 10100100 | 110001 | 101110 |
Color Harmonies of #3CAF91
Complementary color
Monochromatic Colors of #3CAF91
Black with #3CAF91
Text Example
Text Example
White with #3CAF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF91; }
p { color: rgb(60,175,145); }
H1.HeaderClassName
{
color: #3CAF91;
}
.AnyTagClassName
{
color: #3CAF91;
}
</style>
background-color css
<style>
a { background-color: #3CAF91; }
a { background-color: rgb(60,175,145); }
div.DivClassName
{
background-color: #3CAF91;
}
.BgClassName
{
background-color: #3CAF91;
}
</style>
border-color css
<style>
span { border-color: #3CAF91; }
span { border-color: rgb(60,175,145); }
td.TdClassName
{
border-color: #3CAF91;
}
.TagClassName
{
border-color: #3CAF91;
}
</style>