Shades of Gossamer #38A588
Tints of Gossamer #38A588
RGB
CMYK
RGB Variations
Color information
#38A588 (or 0x38A588) is known color: Gossamer. HEX triplet: 38, A5 and 88. RGB value is (56,165,136). Sum of RGB (Red+Green+Blue) = 56+165+136=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #38A588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A588 is #C75A77. Grayscale: #818181. Windows color (decimal): -13064824 or 8955192. OLE color: 8955192.
HSL color Cylindrical-coordinate representation of color #38A588: hue angle of 164.04º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A588 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 165 | 136 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.35 |
| HSL | 164.04º | 0.49% | 0.43% | - |
| HSV(B) | 164.04º | 0.66% | 0.65% | - |
| XYZ | 19.53 | 29.53 | 27.96 | - |
| YUV | 129.1 | 131.89 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 165 | 136 | 0.66 | 0 | 0.18 | 0.35 | 164.04 | 0.49 | 0.43 |
| Hex | 38 | A5 | 88 | 42 | 0 | 12 | 23 | A4 | 31 | 2B |
| Octal | 70 | 245 | 210 | 102 | 0 | 22 | 43 | 244 | 61 | 53 |
| Binary | 111000 | 10100101 | 10001000 | 1000010 | 0 | 10010 | 100011 | 10100100 | 110001 | 101011 |
Color Harmonies of #38A588
Complementary color
Monochromatic Colors of #38A588
Black with #38A588
Text Example
Text Example
White with #38A588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A588; }
p { color: rgb(56,165,136); }
H1.HeaderClassName
{
color: #38A588;
}
.AnyTagClassName
{
color: #38A588;
}
</style>
background-color css
<style>
a { background-color: #38A588; }
a { background-color: rgb(56,165,136); }
div.DivClassName
{
background-color: #38A588;
}
.BgClassName
{
background-color: #38A588;
}
</style>
border-color css
<style>
span { border-color: #38A588; }
span { border-color: rgb(56,165,136); }
td.TdClassName
{
border-color: #38A588;
}
.TagClassName
{
border-color: #38A588;
}
</style>