Shades of Gossamer #42AF88
Tints of Gossamer #42AF88
RGB
CMYK
RGB Variations
Color information
#42AF88 (or 0x42AF88) is known color: Gossamer. HEX triplet: 42, AF and 88. RGB value is (66,175,136). Sum of RGB (Red+Green+Blue) = 66+175+136=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AF88 is #BD5077. Grayscale: #8A8A8A. Windows color (decimal): -12406904 or 8957762. OLE color: 8957762.
HSL color Cylindrical-coordinate representation of color #42AF88: hue angle of 158.53º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AF88 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 136 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.31 |
| HSL | 158.53º | 0.45% | 0.47% | - |
| HSV(B) | 158.53º | 0.62% | 0.69% | - |
| XYZ | 22.02 | 33.6 | 28.62 | - |
| YUV | 137.96 | 126.89 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 136 | 0.62 | 0 | 0.22 | 0.31 | 158.53 | 0.45 | 0.47 |
| Hex | 42 | AF | 88 | 3E | 0 | 16 | 1F | 9F | 2D | 2F |
| Octal | 102 | 257 | 210 | 76 | 0 | 26 | 37 | 237 | 55 | 57 |
| Binary | 1000010 | 10101111 | 10001000 | 111110 | 0 | 10110 | 11111 | 10011111 | 101101 | 101111 |
Color Harmonies of #42AF88
Complementary color
Monochromatic Colors of #42AF88
Black with #42AF88
Text Example
Text Example
White with #42AF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF88; }
p { color: rgb(66,175,136); }
H1.HeaderClassName
{
color: #42AF88;
}
.AnyTagClassName
{
color: #42AF88;
}
</style>
background-color css
<style>
a { background-color: #42AF88; }
a { background-color: rgb(66,175,136); }
div.DivClassName
{
background-color: #42AF88;
}
.BgClassName
{
background-color: #42AF88;
}
</style>
border-color css
<style>
span { border-color: #42AF88; }
span { border-color: rgb(66,175,136); }
td.TdClassName
{
border-color: #42AF88;
}
.TagClassName
{
border-color: #42AF88;
}
</style>