Shades of Gossamer #42A192
Tints of Gossamer #42A192
RGB
CMYK
RGB Variations
Color information
#42A192 (or 0x42A192) is known color: Gossamer. HEX triplet: 42, A1 and 92. RGB value is (66,161,146). Sum of RGB (Red+Green+Blue) = 66+161+146=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #42A192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A192 is #BD5E6D. Grayscale: #828282. Windows color (decimal): -12410478 or 9609538. OLE color: 9609538.
HSL color Cylindrical-coordinate representation of color #42A192: hue angle of 170.53º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A192 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 161 | 146 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.37 |
| HSL | 170.53º | 0.42% | 0.45% | - |
| HSV(B) | 170.53º | 0.59% | 0.63% | - |
| XYZ | 20.18 | 28.72 | 31.67 | - |
| YUV | 130.89 | 136.53 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 146 | 0.59 | 0 | 0.09 | 0.37 | 170.53 | 0.42 | 0.45 |
| Hex | 42 | A1 | 92 | 3B | 0 | 9 | 25 | AB | 2A | 2D |
| Octal | 102 | 241 | 222 | 73 | 0 | 11 | 45 | 253 | 52 | 55 |
| Binary | 1000010 | 10100001 | 10010010 | 111011 | 0 | 1001 | 100101 | 10101011 | 101010 | 101101 |
Color Harmonies of #42A192
Complementary color
Monochromatic Colors of #42A192
Black with #42A192
Text Example
Text Example
White with #42A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A192; }
p { color: rgb(66,161,146); }
H1.HeaderClassName
{
color: #42A192;
}
.AnyTagClassName
{
color: #42A192;
}
</style>
background-color css
<style>
a { background-color: #42A192; }
a { background-color: rgb(66,161,146); }
div.DivClassName
{
background-color: #42A192;
}
.BgClassName
{
background-color: #42A192;
}
</style>
border-color css
<style>
span { border-color: #42A192; }
span { border-color: rgb(66,161,146); }
td.TdClassName
{
border-color: #42A192;
}
.TagClassName
{
border-color: #42A192;
}
</style>