Shades of Gossamer #38A690
Tints of Gossamer #38A690
RGB
CMYK
RGB Variations
Color information
#38A690 (or 0x38A690) is known color: Gossamer. HEX triplet: 38, A6 and 90. RGB value is (56,166,144). Sum of RGB (Red+Green+Blue) = 56+166+144=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #38A690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A690 is #C7596F. Grayscale: #828282. Windows color (decimal): -13064560 or 9479736. OLE color: 9479736.
HSL color Cylindrical-coordinate representation of color #38A690: hue angle of 168º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A690 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 166 | 144 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.35 |
| HSL | 168º | 0.5% | 0.44% | - |
| HSV(B) | 168º | 0.66% | 0.65% | - |
| XYZ | 20.3 | 30.13 | 31.13 | - |
| YUV | 130.6 | 135.56 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 166 | 144 | 0.66 | 0 | 0.13 | 0.35 | 168 | 0.5 | 0.44 |
| Hex | 38 | A6 | 90 | 42 | 0 | D | 23 | A8 | 32 | 2C |
| Octal | 70 | 246 | 220 | 102 | 0 | 15 | 43 | 250 | 62 | 54 |
| Binary | 111000 | 10100110 | 10010000 | 1000010 | 0 | 1101 | 100011 | 10101000 | 110010 | 101100 |
Color Harmonies of #38A690
Complementary color
Monochromatic Colors of #38A690
Black with #38A690
Text Example
Text Example
White with #38A690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A690; }
p { color: rgb(56,166,144); }
H1.HeaderClassName
{
color: #38A690;
}
.AnyTagClassName
{
color: #38A690;
}
</style>
background-color css
<style>
a { background-color: #38A690; }
a { background-color: rgb(56,166,144); }
div.DivClassName
{
background-color: #38A690;
}
.BgClassName
{
background-color: #38A690;
}
</style>
border-color css
<style>
span { border-color: #38A690; }
span { border-color: rgb(56,166,144); }
td.TdClassName
{
border-color: #38A690;
}
.TagClassName
{
border-color: #38A690;
}
</style>