Shades of Gossamer #42AC88
Tints of Gossamer #42AC88
RGB
CMYK
RGB Variations
Color information
#42AC88 (or 0x42AC88) is known color: Gossamer. HEX triplet: 42, AC and 88. RGB value is (66,172,136). Sum of RGB (Red+Green+Blue) = 66+172+136=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AC88 is #BD5377. Grayscale: #888888. Windows color (decimal): -12407672 or 8956994. OLE color: 8956994.
HSL color Cylindrical-coordinate representation of color #42AC88: hue angle of 159.62º 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 #42AC88 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 172 | 136 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.33 |
| HSL | 159.62º | 0.45% | 0.47% | - |
| HSV(B) | 159.62º | 0.62% | 0.67% | - |
| XYZ | 21.44 | 32.44 | 28.42 | - |
| YUV | 136.2 | 127.88 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 136 | 0.62 | 0 | 0.21 | 0.33 | 159.62 | 0.45 | 0.47 |
| Hex | 42 | AC | 88 | 3E | 0 | 15 | 21 | A0 | 2D | 2F |
| Octal | 102 | 254 | 210 | 76 | 0 | 25 | 41 | 240 | 55 | 57 |
| Binary | 1000010 | 10101100 | 10001000 | 111110 | 0 | 10101 | 100001 | 10100000 | 101101 | 101111 |
Color Harmonies of #42AC88
Complementary color
Monochromatic Colors of #42AC88
Black with #42AC88
Text Example
Text Example
White with #42AC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AC88; }
p { color: rgb(66,172,136); }
H1.HeaderClassName
{
color: #42AC88;
}
.AnyTagClassName
{
color: #42AC88;
}
</style>
background-color css
<style>
a { background-color: #42AC88; }
a { background-color: rgb(66,172,136); }
div.DivClassName
{
background-color: #42AC88;
}
.BgClassName
{
background-color: #42AC88;
}
</style>
border-color css
<style>
span { border-color: #42AC88; }
span { border-color: rgb(66,172,136); }
td.TdClassName
{
border-color: #42AC88;
}
.TagClassName
{
border-color: #42AC88;
}
</style>