Shades of Gossamer #38AA91
Tints of Gossamer #38AA91
RGB
CMYK
RGB Variations
Color information
#38AA91 (or 0x38AA91) is known color: Gossamer. HEX triplet: 38, AA and 91. RGB value is (56,170,145). Sum of RGB (Red+Green+Blue) = 56+170+145=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AA91 is #C7556E. Grayscale: #858585. Windows color (decimal): -13063535 or 9546296. OLE color: 9546296.
HSL color Cylindrical-coordinate representation of color #38AA91: hue angle of 166.84º 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 #38AA91 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 170 | 145 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.33 |
| HSL | 166.84º | 0.5% | 0.44% | - |
| HSV(B) | 166.84º | 0.67% | 0.67% | - |
| XYZ | 21.12 | 31.63 | 31.78 | - |
| YUV | 133.06 | 134.73 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 145 | 0.67 | 0 | 0.15 | 0.33 | 166.84 | 0.5 | 0.44 |
| Hex | 38 | AA | 91 | 43 | 0 | F | 21 | A7 | 32 | 2C |
| Octal | 70 | 252 | 221 | 103 | 0 | 17 | 41 | 247 | 62 | 54 |
| Binary | 111000 | 10101010 | 10010001 | 1000011 | 0 | 1111 | 100001 | 10100111 | 110010 | 101100 |
Color Harmonies of #38AA91
Complementary color
Monochromatic Colors of #38AA91
Black with #38AA91
Text Example
Text Example
White with #38AA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AA91; }
p { color: rgb(56,170,145); }
H1.HeaderClassName
{
color: #38AA91;
}
.AnyTagClassName
{
color: #38AA91;
}
</style>
background-color css
<style>
a { background-color: #38AA91; }
a { background-color: rgb(56,170,145); }
div.DivClassName
{
background-color: #38AA91;
}
.BgClassName
{
background-color: #38AA91;
}
</style>
border-color css
<style>
span { border-color: #38AA91; }
span { border-color: rgb(56,170,145); }
td.TdClassName
{
border-color: #38AA91;
}
.TagClassName
{
border-color: #38AA91;
}
</style>