Shades of Gossamer #43AF92
Tints of Gossamer #43AF92
RGB
CMYK
RGB Variations
Color information
#43AF92 (or 0x43AF92) is known color: Gossamer. HEX triplet: 43, AF and 92. RGB value is (67,175,146). Sum of RGB (Red+Green+Blue) = 67+175+146=388 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.27% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #43AF92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AF92 is #BC506D. Grayscale: #8B8B8B. Windows color (decimal): -12341358 or 9613123. OLE color: 9613123.
HSL color Cylindrical-coordinate representation of color #43AF92: hue angle of 163.89º 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 #43AF92 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 175 | 146 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.31 |
| HSL | 163.89º | 0.45% | 0.47% | - |
| HSV(B) | 163.89º | 0.62% | 0.69% | - |
| XYZ | 22.83 | 33.93 | 32.54 | - |
| YUV | 139.4 | 131.72 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 175 | 146 | 0.62 | 0 | 0.17 | 0.31 | 163.89 | 0.45 | 0.47 |
| Hex | 43 | AF | 92 | 3E | 0 | 11 | 1F | A4 | 2D | 2F |
| Octal | 103 | 257 | 222 | 76 | 0 | 21 | 37 | 244 | 55 | 57 |
| Binary | 1000011 | 10101111 | 10010010 | 111110 | 0 | 10001 | 11111 | 10100100 | 101101 | 101111 |
Color Harmonies of #43AF92
Complementary color
Monochromatic Colors of #43AF92
Black with #43AF92
Text Example
Text Example
White with #43AF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AF92; }
p { color: rgb(67,175,146); }
H1.HeaderClassName
{
color: #43AF92;
}
.AnyTagClassName
{
color: #43AF92;
}
</style>
background-color css
<style>
a { background-color: #43AF92; }
a { background-color: rgb(67,175,146); }
div.DivClassName
{
background-color: #43AF92;
}
.BgClassName
{
background-color: #43AF92;
}
</style>
border-color css
<style>
span { border-color: #43AF92; }
span { border-color: rgb(67,175,146); }
td.TdClassName
{
border-color: #43AF92;
}
.TagClassName
{
border-color: #43AF92;
}
</style>