Shades of Gossamer #3CAF88
Tints of Gossamer #3CAF88
RGB
CMYK
RGB Variations
Color information
#3CAF88 (or 0x3CAF88) is known color: Gossamer. HEX triplet: 3C, AF and 88. RGB value is (60,175,136). Sum of RGB (Red+Green+Blue) = 60+175+136=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAF88 is #C35077. Grayscale: #888888. Windows color (decimal): -12800120 or 8957756. OLE color: 8957756.
HSL color Cylindrical-coordinate representation of color #3CAF88: hue angle of 159.65º 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 #3CAF88 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 136 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.31 |
| HSL | 159.65º | 0.49% | 0.46% | - |
| HSV(B) | 159.65º | 0.66% | 0.69% | - |
| XYZ | 21.64 | 33.4 | 28.6 | - |
| YUV | 136.17 | 127.9 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 136 | 0.66 | 0 | 0.22 | 0.31 | 159.65 | 0.49 | 0.46 |
| Hex | 3C | AF | 88 | 42 | 0 | 16 | 1F | A0 | 31 | 2E |
| Octal | 74 | 257 | 210 | 102 | 0 | 26 | 37 | 240 | 61 | 56 |
| Binary | 111100 | 10101111 | 10001000 | 1000010 | 0 | 10110 | 11111 | 10100000 | 110001 | 101110 |
Color Harmonies of #3CAF88
Complementary color
Monochromatic Colors of #3CAF88
Black with #3CAF88
Text Example
Text Example
White with #3CAF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF88; }
p { color: rgb(60,175,136); }
H1.HeaderClassName
{
color: #3CAF88;
}
.AnyTagClassName
{
color: #3CAF88;
}
</style>
background-color css
<style>
a { background-color: #3CAF88; }
a { background-color: rgb(60,175,136); }
div.DivClassName
{
background-color: #3CAF88;
}
.BgClassName
{
background-color: #3CAF88;
}
</style>
border-color css
<style>
span { border-color: #3CAF88; }
span { border-color: rgb(60,175,136); }
td.TdClassName
{
border-color: #3CAF88;
}
.TagClassName
{
border-color: #3CAF88;
}
</style>