Shades of Gossamer #38A28B
Tints of Gossamer #38A28B
RGB
CMYK
RGB Variations
Color information
#38A28B (or 0x38A28B) is known color: Gossamer. HEX triplet: 38, A2 and 8B. RGB value is (56,162,139). Sum of RGB (Red+Green+Blue) = 56+162+139=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #38A28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A28B is #C75D74. Grayscale: #7F7F7F. Windows color (decimal): -13065589 or 9151032. OLE color: 9151032.
HSL color Cylindrical-coordinate representation of color #38A28B: hue angle of 166.98º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A28B is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 162 | 139 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.36 |
| HSL | 166.98º | 0.49% | 0.43% | - |
| HSV(B) | 166.98º | 0.65% | 0.64% | - |
| XYZ | 19.21 | 28.55 | 28.92 | - |
| YUV | 127.68 | 134.38 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 162 | 139 | 0.65 | 0 | 0.14 | 0.36 | 166.98 | 0.49 | 0.43 |
| Hex | 38 | A2 | 8B | 41 | 0 | E | 24 | A7 | 31 | 2B |
| Octal | 70 | 242 | 213 | 101 | 0 | 16 | 44 | 247 | 61 | 53 |
| Binary | 111000 | 10100010 | 10001011 | 1000001 | 0 | 1110 | 100100 | 10100111 | 110001 | 101011 |
Color Harmonies of #38A28B
Complementary color
Monochromatic Colors of #38A28B
Black with #38A28B
Text Example
Text Example
White with #38A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A28B; }
p { color: rgb(56,162,139); }
H1.HeaderClassName
{
color: #38A28B;
}
.AnyTagClassName
{
color: #38A28B;
}
</style>
background-color css
<style>
a { background-color: #38A28B; }
a { background-color: rgb(56,162,139); }
div.DivClassName
{
background-color: #38A28B;
}
.BgClassName
{
background-color: #38A28B;
}
</style>
border-color css
<style>
span { border-color: #38A28B; }
span { border-color: rgb(56,162,139); }
td.TdClassName
{
border-color: #38A28B;
}
.TagClassName
{
border-color: #38A28B;
}
</style>