Shades of Gossamer #38AD88
Tints of Gossamer #38AD88
RGB
CMYK
RGB Variations
Color information
#38AD88 (or 0x38AD88) is known color: Gossamer. HEX triplet: 38, AD and 88. RGB value is (56,173,136). Sum of RGB (Red+Green+Blue) = 56+173+136=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AD88 is #C75277. Grayscale: #858585. Windows color (decimal): -13062776 or 8957240. OLE color: 8957240.
HSL color Cylindrical-coordinate representation of color #38AD88: hue angle of 161.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AD88 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 173 | 136 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.32 |
| HSL | 161.03º | 0.51% | 0.45% | - |
| HSV(B) | 161.03º | 0.68% | 0.68% | - |
| XYZ | 21.02 | 32.51 | 28.46 | - |
| YUV | 133.8 | 129.24 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 136 | 0.68 | 0 | 0.21 | 0.32 | 161.03 | 0.51 | 0.45 |
| Hex | 38 | AD | 88 | 44 | 0 | 15 | 20 | A1 | 33 | 2D |
| Octal | 70 | 255 | 210 | 104 | 0 | 25 | 40 | 241 | 63 | 55 |
| Binary | 111000 | 10101101 | 10001000 | 1000100 | 0 | 10101 | 100000 | 10100001 | 110011 | 101101 |
Color Harmonies of #38AD88
Complementary color
Monochromatic Colors of #38AD88
Black with #38AD88
Text Example
Text Example
White with #38AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AD88; }
p { color: rgb(56,173,136); }
H1.HeaderClassName
{
color: #38AD88;
}
.AnyTagClassName
{
color: #38AD88;
}
</style>
background-color css
<style>
a { background-color: #38AD88; }
a { background-color: rgb(56,173,136); }
div.DivClassName
{
background-color: #38AD88;
}
.BgClassName
{
background-color: #38AD88;
}
</style>
border-color css
<style>
span { border-color: #38AD88; }
span { border-color: rgb(56,173,136); }
td.TdClassName
{
border-color: #38AD88;
}
.TagClassName
{
border-color: #38AD88;
}
</style>