Shades of Gossamer #42A98F
Tints of Gossamer #42A98F
RGB
CMYK
RGB Variations
Color information
#42A98F (or 0x42A98F) is known color: Gossamer. HEX triplet: 42, A9 and 8F. RGB value is (66,169,143). Sum of RGB (Red+Green+Blue) = 66+169+143=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 169 - color contains mainly: green. Hex color #42A98F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A98F is #BD5670. Grayscale: #878787. Windows color (decimal): -12408433 or 9414978. OLE color: 9414978.
HSL color Cylindrical-coordinate representation of color #42A98F: hue angle of 164.85º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A98F is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 169 | 143 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.34 |
| HSL | 164.85º | 0.44% | 0.46% | - |
| HSV(B) | 164.85º | 0.61% | 0.66% | - |
| XYZ | 21.39 | 31.52 | 30.94 | - |
| YUV | 135.24 | 132.38 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 169 | 143 | 0.61 | 0 | 0.15 | 0.34 | 164.85 | 0.44 | 0.46 |
| Hex | 42 | A9 | 8F | 3D | 0 | F | 22 | A5 | 2C | 2E |
| Octal | 102 | 251 | 217 | 75 | 0 | 17 | 42 | 245 | 54 | 56 |
| Binary | 1000010 | 10101001 | 10001111 | 111101 | 0 | 1111 | 100010 | 10100101 | 101100 | 101110 |
Color Harmonies of #42A98F
Complementary color
Monochromatic Colors of #42A98F
Black with #42A98F
Text Example
Text Example
White with #42A98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A98F; }
p { color: rgb(66,169,143); }
H1.HeaderClassName
{
color: #42A98F;
}
.AnyTagClassName
{
color: #42A98F;
}
</style>
background-color css
<style>
a { background-color: #42A98F; }
a { background-color: rgb(66,169,143); }
div.DivClassName
{
background-color: #42A98F;
}
.BgClassName
{
background-color: #42A98F;
}
</style>
border-color css
<style>
span { border-color: #42A98F; }
span { border-color: rgb(66,169,143); }
td.TdClassName
{
border-color: #42A98F;
}
.TagClassName
{
border-color: #42A98F;
}
</style>