Shades of Gossamer #38AA8C
Tints of Gossamer #38AA8C
RGB
CMYK
RGB Variations
Color information
#38AA8C (or 0x38AA8C) is known color: Gossamer. HEX triplet: 38, AA and 8C. RGB value is (56,170,140). Sum of RGB (Red+Green+Blue) = 56+170+140=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AA8C is #C75573. Grayscale: #848484. Windows color (decimal): -13063540 or 9218616. OLE color: 9218616.
HSL color Cylindrical-coordinate representation of color #38AA8C: hue angle of 164.21º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AA8C is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 170 | 140 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.33 |
| HSL | 164.21º | 0.5% | 0.44% | - |
| HSV(B) | 164.21º | 0.67% | 0.67% | - |
| XYZ | 20.74 | 31.48 | 29.79 | - |
| YUV | 132.49 | 132.23 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 140 | 0.67 | 0 | 0.18 | 0.33 | 164.21 | 0.5 | 0.44 |
| Hex | 38 | AA | 8C | 43 | 0 | 12 | 21 | A4 | 32 | 2C |
| Octal | 70 | 252 | 214 | 103 | 0 | 22 | 41 | 244 | 62 | 54 |
| Binary | 111000 | 10101010 | 10001100 | 1000011 | 0 | 10010 | 100001 | 10100100 | 110010 | 101100 |
Color Harmonies of #38AA8C
Complementary color
Monochromatic Colors of #38AA8C
Black with #38AA8C
Text Example
Text Example
White with #38AA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AA8C; }
p { color: rgb(56,170,140); }
H1.HeaderClassName
{
color: #38AA8C;
}
.AnyTagClassName
{
color: #38AA8C;
}
</style>
background-color css
<style>
a { background-color: #38AA8C; }
a { background-color: rgb(56,170,140); }
div.DivClassName
{
background-color: #38AA8C;
}
.BgClassName
{
background-color: #38AA8C;
}
</style>
border-color css
<style>
span { border-color: #38AA8C; }
span { border-color: rgb(56,170,140); }
td.TdClassName
{
border-color: #38AA8C;
}
.TagClassName
{
border-color: #38AA8C;
}
</style>