Shades of Gossamer #4AA38C
Tints of Gossamer #4AA38C
RGB
CMYK
RGB Variations
Color information
#4AA38C (or 0x4AA38C) is known color: Gossamer. HEX triplet: 4A, A3 and 8C. RGB value is (74,163,140). Sum of RGB (Red+Green+Blue) = 74+163+140=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #4AA38C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA38C is #B55C73. Grayscale: #858585. Windows color (decimal): -11885684 or 9216842. OLE color: 9216842.
HSL color Cylindrical-coordinate representation of color #4AA38C: hue angle of 164.49º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA38C is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 163 | 140 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.36 |
| HSL | 164.49º | 0.38% | 0.46% | - |
| HSV(B) | 164.49º | 0.55% | 0.64% | - |
| XYZ | 20.65 | 29.54 | 29.42 | - |
| YUV | 133.77 | 131.51 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 163 | 140 | 0.55 | 0 | 0.14 | 0.36 | 164.49 | 0.38 | 0.46 |
| Hex | 4A | A3 | 8C | 37 | 0 | E | 24 | A4 | 26 | 2E |
| Octal | 112 | 243 | 214 | 67 | 0 | 16 | 44 | 244 | 46 | 56 |
| Binary | 1001010 | 10100011 | 10001100 | 110111 | 0 | 1110 | 100100 | 10100100 | 100110 | 101110 |
Color Harmonies of #4AA38C
Complementary color
Monochromatic Colors of #4AA38C
Black with #4AA38C
Text Example
Text Example
White with #4AA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA38C; }
p { color: rgb(74,163,140); }
H1.HeaderClassName
{
color: #4AA38C;
}
.AnyTagClassName
{
color: #4AA38C;
}
</style>
background-color css
<style>
a { background-color: #4AA38C; }
a { background-color: rgb(74,163,140); }
div.DivClassName
{
background-color: #4AA38C;
}
.BgClassName
{
background-color: #4AA38C;
}
</style>
border-color css
<style>
span { border-color: #4AA38C; }
span { border-color: rgb(74,163,140); }
td.TdClassName
{
border-color: #4AA38C;
}
.TagClassName
{
border-color: #4AA38C;
}
</style>