Shades of Gossamer #38A38B
Tints of Gossamer #38A38B
RGB
CMYK
RGB Variations
Color information
#38A38B (or 0x38A38B) is known color: Gossamer. HEX triplet: 38, A3 and 8B. RGB value is (56,163,139). Sum of RGB (Red+Green+Blue) = 56+163+139=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #38A38B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A38B is #C75C74. Grayscale: #808080. Windows color (decimal): -13065333 or 9151288. OLE color: 9151288.
HSL color Cylindrical-coordinate representation of color #38A38B: hue angle of 166.54º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A38B is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 163 | 139 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.36 |
| HSL | 166.54º | 0.49% | 0.43% | - |
| HSV(B) | 166.54º | 0.66% | 0.64% | - |
| XYZ | 19.39 | 28.9 | 28.98 | - |
| YUV | 128.27 | 134.05 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 163 | 139 | 0.66 | 0 | 0.15 | 0.36 | 166.54 | 0.49 | 0.43 |
| Hex | 38 | A3 | 8B | 42 | 0 | F | 24 | A7 | 31 | 2B |
| Octal | 70 | 243 | 213 | 102 | 0 | 17 | 44 | 247 | 61 | 53 |
| Binary | 111000 | 10100011 | 10001011 | 1000010 | 0 | 1111 | 100100 | 10100111 | 110001 | 101011 |
Color Harmonies of #38A38B
Complementary color
Monochromatic Colors of #38A38B
Black with #38A38B
Text Example
Text Example
White with #38A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A38B; }
p { color: rgb(56,163,139); }
H1.HeaderClassName
{
color: #38A38B;
}
.AnyTagClassName
{
color: #38A38B;
}
</style>
background-color css
<style>
a { background-color: #38A38B; }
a { background-color: rgb(56,163,139); }
div.DivClassName
{
background-color: #38A38B;
}
.BgClassName
{
background-color: #38A38B;
}
</style>
border-color css
<style>
span { border-color: #38A38B; }
span { border-color: rgb(56,163,139); }
td.TdClassName
{
border-color: #38A38B;
}
.TagClassName
{
border-color: #38A38B;
}
</style>