Shades of Gossamer #43AF87
Tints of Gossamer #43AF87
RGB
CMYK
RGB Variations
Color information
#43AF87 (or 0x43AF87) is known color: Gossamer. HEX triplet: 43, AF and 87. RGB value is (67,175,135). Sum of RGB (Red+Green+Blue) = 67+175+135=377 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.77% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #43AF87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AF87 is #BC5078. Grayscale: #8A8A8A. Windows color (decimal): -12341369 or 8892227. OLE color: 8892227.
HSL color Cylindrical-coordinate representation of color #43AF87: hue angle of 157.78º 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 #43AF87 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 175 | 135 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.31 |
| HSL | 157.78º | 0.45% | 0.47% | - |
| HSV(B) | 157.78º | 0.62% | 0.69% | - |
| XYZ | 22.02 | 33.6 | 28.25 | - |
| YUV | 138.15 | 126.22 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 175 | 135 | 0.62 | 0 | 0.23 | 0.31 | 157.78 | 0.45 | 0.47 |
| Hex | 43 | AF | 87 | 3E | 0 | 17 | 1F | 9E | 2D | 2F |
| Octal | 103 | 257 | 207 | 76 | 0 | 27 | 37 | 236 | 55 | 57 |
| Binary | 1000011 | 10101111 | 10000111 | 111110 | 0 | 10111 | 11111 | 10011110 | 101101 | 101111 |
Color Harmonies of #43AF87
Complementary color
Monochromatic Colors of #43AF87
Black with #43AF87
Text Example
Text Example
White with #43AF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AF87; }
p { color: rgb(67,175,135); }
H1.HeaderClassName
{
color: #43AF87;
}
.AnyTagClassName
{
color: #43AF87;
}
</style>
background-color css
<style>
a { background-color: #43AF87; }
a { background-color: rgb(67,175,135); }
div.DivClassName
{
background-color: #43AF87;
}
.BgClassName
{
background-color: #43AF87;
}
</style>
border-color css
<style>
span { border-color: #43AF87; }
span { border-color: rgb(67,175,135); }
td.TdClassName
{
border-color: #43AF87;
}
.TagClassName
{
border-color: #43AF87;
}
</style>