Shades of Gossamer #42AB93
Tints of Gossamer #42AB93
RGB
CMYK
RGB Variations
Color information
#42AB93 (or 0x42AB93) is known color: Gossamer. HEX triplet: 42, AB and 93. RGB value is (66,171,147). Sum of RGB (Red+Green+Blue) = 66+171+147=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB93 is #BD546C. Grayscale: #888888. Windows color (decimal): -12407917 or 9677634. OLE color: 9677634.
HSL color Cylindrical-coordinate representation of color #42AB93: hue angle of 166.29º 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 #42AB93 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 147 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.33 |
| HSL | 166.29º | 0.44% | 0.46% | - |
| HSV(B) | 166.29º | 0.61% | 0.67% | - |
| XYZ | 22.08 | 32.39 | 32.69 | - |
| YUV | 136.87 | 133.71 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 147 | 0.61 | 0 | 0.14 | 0.33 | 166.29 | 0.44 | 0.46 |
| Hex | 42 | AB | 93 | 3D | 0 | E | 21 | A6 | 2C | 2E |
| Octal | 102 | 253 | 223 | 75 | 0 | 16 | 41 | 246 | 54 | 56 |
| Binary | 1000010 | 10101011 | 10010011 | 111101 | 0 | 1110 | 100001 | 10100110 | 101100 | 101110 |
Color Harmonies of #42AB93
Complementary color
Monochromatic Colors of #42AB93
Black with #42AB93
Text Example
Text Example
White with #42AB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB93; }
p { color: rgb(66,171,147); }
H1.HeaderClassName
{
color: #42AB93;
}
.AnyTagClassName
{
color: #42AB93;
}
</style>
background-color css
<style>
a { background-color: #42AB93; }
a { background-color: rgb(66,171,147); }
div.DivClassName
{
background-color: #42AB93;
}
.BgClassName
{
background-color: #42AB93;
}
</style>
border-color css
<style>
span { border-color: #42AB93; }
span { border-color: rgb(66,171,147); }
td.TdClassName
{
border-color: #42AB93;
}
.TagClassName
{
border-color: #42AB93;
}
</style>