Shades of Gossamer #4AA38A
Tints of Gossamer #4AA38A
RGB
CMYK
RGB Variations
Color information
#4AA38A (or 0x4AA38A) is known color: Gossamer. HEX triplet: 4A, A3 and 8A. RGB value is (74,163,138). Sum of RGB (Red+Green+Blue) = 74+163+138=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #4AA38A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA38A is #B55C75. Grayscale: #858585. Windows color (decimal): -11885686 or 9085770. OLE color: 9085770.
HSL color Cylindrical-coordinate representation of color #4AA38A: hue angle of 163.15º 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 #4AA38A is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 163 | 138 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.36 |
| HSL | 163.15º | 0.38% | 0.46% | - |
| HSV(B) | 163.15º | 0.55% | 0.64% | - |
| XYZ | 20.51 | 29.49 | 28.66 | - |
| YUV | 133.54 | 130.51 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 163 | 138 | 0.55 | 0 | 0.15 | 0.36 | 163.15 | 0.38 | 0.46 |
| Hex | 4A | A3 | 8A | 37 | 0 | F | 24 | A3 | 26 | 2E |
| Octal | 112 | 243 | 212 | 67 | 0 | 17 | 44 | 243 | 46 | 56 |
| Binary | 1001010 | 10100011 | 10001010 | 110111 | 0 | 1111 | 100100 | 10100011 | 100110 | 101110 |
Color Harmonies of #4AA38A
Complementary color
Monochromatic Colors of #4AA38A
Black with #4AA38A
Text Example
Text Example
White with #4AA38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA38A; }
p { color: rgb(74,163,138); }
H1.HeaderClassName
{
color: #4AA38A;
}
.AnyTagClassName
{
color: #4AA38A;
}
</style>
background-color css
<style>
a { background-color: #4AA38A; }
a { background-color: rgb(74,163,138); }
div.DivClassName
{
background-color: #4AA38A;
}
.BgClassName
{
background-color: #4AA38A;
}
</style>
border-color css
<style>
span { border-color: #4AA38A; }
span { border-color: rgb(74,163,138); }
td.TdClassName
{
border-color: #4AA38A;
}
.TagClassName
{
border-color: #4AA38A;
}
</style>