Shades of Gossamer #3CAF8A
Tints of Gossamer #3CAF8A
RGB
CMYK
RGB Variations
Color information
#3CAF8A (or 0x3CAF8A) is known color: Gossamer. HEX triplet: 3C, AF and 8A. RGB value is (60,175,138). Sum of RGB (Red+Green+Blue) = 60+175+138=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAF8A is #C35075. Grayscale: #888888. Windows color (decimal): -12800118 or 9088828. OLE color: 9088828.
HSL color Cylindrical-coordinate representation of color #3CAF8A: hue angle of 160.7º 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 #3CAF8A is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 138 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.31 |
| HSL | 160.7º | 0.49% | 0.46% | - |
| HSV(B) | 160.7º | 0.66% | 0.69% | - |
| XYZ | 21.78 | 33.46 | 29.35 | - |
| YUV | 136.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 138 | 0.66 | 0 | 0.21 | 0.31 | 160.7 | 0.49 | 0.46 |
| Hex | 3C | AF | 8A | 42 | 0 | 15 | 1F | A1 | 31 | 2E |
| Octal | 74 | 257 | 212 | 102 | 0 | 25 | 37 | 241 | 61 | 56 |
| Binary | 111100 | 10101111 | 10001010 | 1000010 | 0 | 10101 | 11111 | 10100001 | 110001 | 101110 |
Color Harmonies of #3CAF8A
Complementary color
Monochromatic Colors of #3CAF8A
Black with #3CAF8A
Text Example
Text Example
White with #3CAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF8A; }
p { color: rgb(60,175,138); }
H1.HeaderClassName
{
color: #3CAF8A;
}
.AnyTagClassName
{
color: #3CAF8A;
}
</style>
background-color css
<style>
a { background-color: #3CAF8A; }
a { background-color: rgb(60,175,138); }
div.DivClassName
{
background-color: #3CAF8A;
}
.BgClassName
{
background-color: #3CAF8A;
}
</style>
border-color css
<style>
span { border-color: #3CAF8A; }
span { border-color: rgb(60,175,138); }
td.TdClassName
{
border-color: #3CAF8A;
}
.TagClassName
{
border-color: #3CAF8A;
}
</style>