Shades of Gossamer #43AE8F
Tints of Gossamer #43AE8F
RGB
CMYK
RGB Variations
Color information
#43AE8F (or 0x43AE8F) is known color: Gossamer. HEX triplet: 43, AE and 8F. RGB value is (67,174,143). Sum of RGB (Red+Green+Blue) = 67+174+143=384 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.45% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #43AE8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AE8F is #BC5170. Grayscale: #8A8A8A. Windows color (decimal): -12341617 or 9416259. OLE color: 9416259.
HSL color Cylindrical-coordinate representation of color #43AE8F: hue angle of 162.62º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AE8F is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 174 | 143 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.32 |
| HSL | 162.62º | 0.44% | 0.47% | - |
| HSV(B) | 162.62º | 0.61% | 0.68% | - |
| XYZ | 22.41 | 33.45 | 31.26 | - |
| YUV | 138.47 | 130.55 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 174 | 143 | 0.61 | 0 | 0.18 | 0.32 | 162.62 | 0.44 | 0.47 |
| Hex | 43 | AE | 8F | 3D | 0 | 12 | 20 | A3 | 2C | 2F |
| Octal | 103 | 256 | 217 | 75 | 0 | 22 | 40 | 243 | 54 | 57 |
| Binary | 1000011 | 10101110 | 10001111 | 111101 | 0 | 10010 | 100000 | 10100011 | 101100 | 101111 |
Color Harmonies of #43AE8F
Complementary color
Monochromatic Colors of #43AE8F
Black with #43AE8F
Text Example
Text Example
White with #43AE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AE8F; }
p { color: rgb(67,174,143); }
H1.HeaderClassName
{
color: #43AE8F;
}
.AnyTagClassName
{
color: #43AE8F;
}
</style>
background-color css
<style>
a { background-color: #43AE8F; }
a { background-color: rgb(67,174,143); }
div.DivClassName
{
background-color: #43AE8F;
}
.BgClassName
{
background-color: #43AE8F;
}
</style>
border-color css
<style>
span { border-color: #43AE8F; }
span { border-color: rgb(67,174,143); }
td.TdClassName
{
border-color: #43AE8F;
}
.TagClassName
{
border-color: #43AE8F;
}
</style>