Shades of Gossamer #3CB08F
Tints of Gossamer #3CB08F
RGB
CMYK
RGB Variations
Color information
#3CB08F (or 0x3CB08F) is known color: Gossamer. HEX triplet: 3C, B0 and 8F. RGB value is (60,176,143). Sum of RGB (Red+Green+Blue) = 60+176+143=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB08F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB08F is #C34F70. Grayscale: #898989. Windows color (decimal): -12799857 or 9416764. OLE color: 9416764.
HSL color Cylindrical-coordinate representation of color #3CB08F: hue angle of 162.93º 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 #3CB08F is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 176 | 143 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.31 |
| HSL | 162.93º | 0.49% | 0.46% | - |
| HSV(B) | 162.93º | 0.66% | 0.69% | - |
| XYZ | 22.35 | 33.99 | 31.37 | - |
| YUV | 137.55 | 131.07 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 143 | 0.66 | 0 | 0.19 | 0.31 | 162.93 | 0.49 | 0.46 |
| Hex | 3C | B0 | 8F | 42 | 0 | 13 | 1F | A3 | 31 | 2E |
| Octal | 74 | 260 | 217 | 102 | 0 | 23 | 37 | 243 | 61 | 56 |
| Binary | 111100 | 10110000 | 10001111 | 1000010 | 0 | 10011 | 11111 | 10100011 | 110001 | 101110 |
Color Harmonies of #3CB08F
Complementary color
Monochromatic Colors of #3CB08F
Black with #3CB08F
Text Example
Text Example
White with #3CB08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB08F; }
p { color: rgb(60,176,143); }
H1.HeaderClassName
{
color: #3CB08F;
}
.AnyTagClassName
{
color: #3CB08F;
}
</style>
background-color css
<style>
a { background-color: #3CB08F; }
a { background-color: rgb(60,176,143); }
div.DivClassName
{
background-color: #3CB08F;
}
.BgClassName
{
background-color: #3CB08F;
}
</style>
border-color css
<style>
span { border-color: #3CB08F; }
span { border-color: rgb(60,176,143); }
td.TdClassName
{
border-color: #3CB08F;
}
.TagClassName
{
border-color: #3CB08F;
}
</style>