Shades of Gossamer #44AF8C
Tints of Gossamer #44AF8C
RGB
CMYK
RGB Variations
Color information
#44AF8C (or 0x44AF8C) is known color: Gossamer. HEX triplet: 44, AF and 8C. RGB value is (68,175,140). Sum of RGB (Red+Green+Blue) = 68+175+140=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AF8C is #BB5073. Grayscale: #8B8B8B. Windows color (decimal): -12275828 or 9219908. OLE color: 9219908.
HSL color Cylindrical-coordinate representation of color #44AF8C: hue angle of 160.37º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AF8C is Cyan = 0.61, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 175 | 140 | - |
| CMYK | 0.61 | 0 | 0.2 | 0.31 |
| HSL | 160.37º | 0.44% | 0.48% | - |
| HSV(B) | 160.37º | 0.61% | 0.69% | - |
| XYZ | 22.45 | 33.78 | 30.15 | - |
| YUV | 139.02 | 128.55 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 175 | 140 | 0.61 | 0 | 0.2 | 0.31 | 160.37 | 0.44 | 0.48 |
| Hex | 44 | AF | 8C | 3D | 0 | 14 | 1F | A0 | 2C | 30 |
| Octal | 104 | 257 | 214 | 75 | 0 | 24 | 37 | 240 | 54 | 60 |
| Binary | 1000100 | 10101111 | 10001100 | 111101 | 0 | 10100 | 11111 | 10100000 | 101100 | 110000 |
Color Harmonies of #44AF8C
Complementary color
Monochromatic Colors of #44AF8C
Black with #44AF8C
Text Example
Text Example
White with #44AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AF8C; }
p { color: rgb(68,175,140); }
H1.HeaderClassName
{
color: #44AF8C;
}
.AnyTagClassName
{
color: #44AF8C;
}
</style>
background-color css
<style>
a { background-color: #44AF8C; }
a { background-color: rgb(68,175,140); }
div.DivClassName
{
background-color: #44AF8C;
}
.BgClassName
{
background-color: #44AF8C;
}
</style>
border-color css
<style>
span { border-color: #44AF8C; }
span { border-color: rgb(68,175,140); }
td.TdClassName
{
border-color: #44AF8C;
}
.TagClassName
{
border-color: #44AF8C;
}
</style>