Shades of Gossamer #42AB90
Tints of Gossamer #42AB90
RGB
CMYK
RGB Variations
Color information
#42AB90 (or 0x42AB90) is known color: Gossamer. HEX triplet: 42, AB and 90. RGB value is (66,171,144). Sum of RGB (Red+Green+Blue) = 66+171+144=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB90 is #BD546F. Grayscale: #888888. Windows color (decimal): -12407920 or 9481026. OLE color: 9481026.
HSL color Cylindrical-coordinate representation of color #42AB90: hue angle of 164.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB90 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 144 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.33 |
| HSL | 164.57º | 0.44% | 0.46% | - |
| HSV(B) | 164.57º | 0.61% | 0.67% | - |
| XYZ | 21.84 | 32.3 | 31.47 | - |
| YUV | 136.53 | 132.21 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 144 | 0.61 | 0 | 0.16 | 0.33 | 164.57 | 0.44 | 0.46 |
| Hex | 42 | AB | 90 | 3D | 0 | 10 | 21 | A5 | 2C | 2E |
| Octal | 102 | 253 | 220 | 75 | 0 | 20 | 41 | 245 | 54 | 56 |
| Binary | 1000010 | 10101011 | 10010000 | 111101 | 0 | 10000 | 100001 | 10100101 | 101100 | 101110 |
Color Harmonies of #42AB90
Complementary color
Monochromatic Colors of #42AB90
Black with #42AB90
Text Example
Text Example
White with #42AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB90; }
p { color: rgb(66,171,144); }
H1.HeaderClassName
{
color: #42AB90;
}
.AnyTagClassName
{
color: #42AB90;
}
</style>
background-color css
<style>
a { background-color: #42AB90; }
a { background-color: rgb(66,171,144); }
div.DivClassName
{
background-color: #42AB90;
}
.BgClassName
{
background-color: #42AB90;
}
</style>
border-color css
<style>
span { border-color: #42AB90; }
span { border-color: rgb(66,171,144); }
td.TdClassName
{
border-color: #42AB90;
}
.TagClassName
{
border-color: #42AB90;
}
</style>