Shades of Gossamer #42AE83
Tints of Gossamer #42AE83
RGB
CMYK
RGB Variations
Color information
#42AE83 (or 0x42AE83) is known color: Gossamer. HEX triplet: 42, AE and 83. RGB value is (66,174,131). Sum of RGB (Red+Green+Blue) = 66+174+131=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AE83 is #BD517C. Grayscale: #888888. Windows color (decimal): -12407165 or 8629826. OLE color: 8629826.
HSL color Cylindrical-coordinate representation of color #42AE83: hue angle of 156.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AE83 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 174 | 131 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.32 |
| HSL | 156.11º | 0.45% | 0.47% | - |
| HSV(B) | 156.11º | 0.62% | 0.68% | - |
| XYZ | 21.48 | 33.07 | 26.72 | - |
| YUV | 136.81 | 124.72 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 131 | 0.62 | 0 | 0.25 | 0.32 | 156.11 | 0.45 | 0.47 |
| Hex | 42 | AE | 83 | 3E | 0 | 19 | 20 | 9C | 2D | 2F |
| Octal | 102 | 256 | 203 | 76 | 0 | 31 | 40 | 234 | 55 | 57 |
| Binary | 1000010 | 10101110 | 10000011 | 111110 | 0 | 11001 | 100000 | 10011100 | 101101 | 101111 |
Color Harmonies of #42AE83
Complementary color
Monochromatic Colors of #42AE83
Black with #42AE83
Text Example
Text Example
White with #42AE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AE83; }
p { color: rgb(66,174,131); }
H1.HeaderClassName
{
color: #42AE83;
}
.AnyTagClassName
{
color: #42AE83;
}
</style>
background-color css
<style>
a { background-color: #42AE83; }
a { background-color: rgb(66,174,131); }
div.DivClassName
{
background-color: #42AE83;
}
.BgClassName
{
background-color: #42AE83;
}
</style>
border-color css
<style>
span { border-color: #42AE83; }
span { border-color: rgb(66,174,131); }
td.TdClassName
{
border-color: #42AE83;
}
.TagClassName
{
border-color: #42AE83;
}
</style>