Shades of Gossamer #43A488
Tints of Gossamer #43A488
RGB
CMYK
RGB Variations
Color information
#43A488 (or 0x43A488) is known color: Gossamer. HEX triplet: 43, A4 and 88. RGB value is (67,164,136). Sum of RGB (Red+Green+Blue) = 67+164+136=367 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.26% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #43A488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A488 is #BC5B77. Grayscale: #838383. Windows color (decimal): -12344184 or 8954947. OLE color: 8954947.
HSL color Cylindrical-coordinate representation of color #43A488: hue angle of 162.68º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A488 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 164 | 136 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.36 |
| HSL | 162.68º | 0.42% | 0.45% | - |
| HSV(B) | 162.68º | 0.59% | 0.64% | - |
| XYZ | 20.03 | 29.52 | 27.93 | - |
| YUV | 131.81 | 130.36 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 164 | 136 | 0.59 | 0 | 0.17 | 0.36 | 162.68 | 0.42 | 0.45 |
| Hex | 43 | A4 | 88 | 3B | 0 | 11 | 24 | A3 | 2A | 2D |
| Octal | 103 | 244 | 210 | 73 | 0 | 21 | 44 | 243 | 52 | 55 |
| Binary | 1000011 | 10100100 | 10001000 | 111011 | 0 | 10001 | 100100 | 10100011 | 101010 | 101101 |
Color Harmonies of #43A488
Complementary color
Monochromatic Colors of #43A488
Black with #43A488
Text Example
Text Example
White with #43A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A488; }
p { color: rgb(67,164,136); }
H1.HeaderClassName
{
color: #43A488;
}
.AnyTagClassName
{
color: #43A488;
}
</style>
background-color css
<style>
a { background-color: #43A488; }
a { background-color: rgb(67,164,136); }
div.DivClassName
{
background-color: #43A488;
}
.BgClassName
{
background-color: #43A488;
}
</style>
border-color css
<style>
span { border-color: #43A488; }
span { border-color: rgb(67,164,136); }
td.TdClassName
{
border-color: #43A488;
}
.TagClassName
{
border-color: #43A488;
}
</style>