Shades of Gossamer #42AC9A
Tints of Gossamer #42AC9A
RGB
CMYK
RGB Variations
Color information
#42AC9A (or 0x42AC9A) is known color: Gossamer. HEX triplet: 42, AC and 9A. RGB value is (66,172,154). Sum of RGB (Red+Green+Blue) = 66+172+154=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AC9A is #BD5365. Grayscale: #8A8A8A. Windows color (decimal): -12407654 or 10136642. OLE color: 10136642.
HSL color Cylindrical-coordinate representation of color #42AC9A: hue angle of 169.81º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AC9A is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 172 | 154 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.33 |
| HSL | 169.81º | 0.45% | 0.47% | - |
| HSV(B) | 169.81º | 0.62% | 0.67% | - |
| XYZ | 22.83 | 33 | 35.74 | - |
| YUV | 138.25 | 136.88 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 154 | 0.62 | 0 | 0.10 | 0.33 | 169.81 | 0.45 | 0.47 |
| Hex | 42 | AC | 9A | 3E | 0 | A | 21 | AA | 2D | 2F |
| Octal | 102 | 254 | 232 | 76 | 0 | 12 | 41 | 252 | 55 | 57 |
| Binary | 1000010 | 10101100 | 10011010 | 111110 | 0 | 1010 | 100001 | 10101010 | 101101 | 101111 |
Color Harmonies of #42AC9A
Complementary color
Monochromatic Colors of #42AC9A
Black with #42AC9A
Text Example
Text Example
White with #42AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AC9A; }
p { color: rgb(66,172,154); }
H1.HeaderClassName
{
color: #42AC9A;
}
.AnyTagClassName
{
color: #42AC9A;
}
</style>
background-color css
<style>
a { background-color: #42AC9A; }
a { background-color: rgb(66,172,154); }
div.DivClassName
{
background-color: #42AC9A;
}
.BgClassName
{
background-color: #42AC9A;
}
</style>
border-color css
<style>
span { border-color: #42AC9A; }
span { border-color: rgb(66,172,154); }
td.TdClassName
{
border-color: #42AC9A;
}
.TagClassName
{
border-color: #42AC9A;
}
</style>