Shades of Gossamer #4CAF8A
Tints of Gossamer #4CAF8A
RGB
CMYK
RGB Variations
Color information
#4CAF8A (or 0x4CAF8A) is known color: Gossamer. HEX triplet: 4C, AF and 8A. RGB value is (76,175,138). Sum of RGB (Red+Green+Blue) = 76+175+138=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAF8A is #B35075. Grayscale: #8D8D8D. Windows color (decimal): -11751542 or 9088844. OLE color: 9088844.
HSL color Cylindrical-coordinate representation of color #4CAF8A: hue angle of 157.58º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CAF8A is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 175 | 138 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.31 |
| HSL | 157.58º | 0.39% | 0.49% | - |
| HSV(B) | 157.58º | 0.57% | 0.69% | - |
| XYZ | 22.9 | 34.03 | 29.41 | - |
| YUV | 141.18 | 126.2 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 138 | 0.57 | 0 | 0.21 | 0.31 | 157.58 | 0.39 | 0.49 |
| Hex | 4C | AF | 8A | 39 | 0 | 15 | 1F | 9E | 27 | 31 |
| Octal | 114 | 257 | 212 | 71 | 0 | 25 | 37 | 236 | 47 | 61 |
| Binary | 1001100 | 10101111 | 10001010 | 111001 | 0 | 10101 | 11111 | 10011110 | 100111 | 110001 |
Color Harmonies of #4CAF8A
Complementary color
Monochromatic Colors of #4CAF8A
Black with #4CAF8A
Text Example
Text Example
White with #4CAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAF8A; }
p { color: rgb(76,175,138); }
H1.HeaderClassName
{
color: #4CAF8A;
}
.AnyTagClassName
{
color: #4CAF8A;
}
</style>
background-color css
<style>
a { background-color: #4CAF8A; }
a { background-color: rgb(76,175,138); }
div.DivClassName
{
background-color: #4CAF8A;
}
.BgClassName
{
background-color: #4CAF8A;
}
</style>
border-color css
<style>
span { border-color: #4CAF8A; }
span { border-color: rgb(76,175,138); }
td.TdClassName
{
border-color: #4CAF8A;
}
.TagClassName
{
border-color: #4CAF8A;
}
</style>