Shades of Gossamer #30997B
Tints of Gossamer #30997B
RGB
CMYK
RGB Variations
Color information
#30997B (or 0x30997B) is known color: Gossamer. HEX triplet: 30, 99 and 7B. RGB value is (48,153,123). Sum of RGB (Red+Green+Blue) = 48+153+123=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #30997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30997B is #CF6684. Grayscale: #767676. Windows color (decimal): -13592197 or 8100144. OLE color: 8100144.
HSL color Cylindrical-coordinate representation of color #30997B: hue angle of 162.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30997B is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 153 | 123 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.4 |
| HSL | 162.86º | 0.52% | 0.39% | - |
| HSV(B) | 162.86º | 0.69% | 0.6% | - |
| XYZ | 16.19 | 24.84 | 22.68 | - |
| YUV | 118.19 | 130.71 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 123 | 0.69 | 0 | 0.20 | 0.4 | 162.86 | 0.52 | 0.39 |
| Hex | 30 | 99 | 7B | 45 | 0 | 14 | 28 | A3 | 34 | 27 |
| Octal | 60 | 231 | 173 | 105 | 0 | 24 | 50 | 243 | 64 | 47 |
| Binary | 110000 | 10011001 | 1111011 | 1000101 | 0 | 10100 | 101000 | 10100011 | 110100 | 100111 |
Color Harmonies of #30997B
Complementary color
Monochromatic Colors of #30997B
Black with #30997B
Text Example
Text Example
White with #30997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30997B; }
p { color: rgb(48,153,123); }
H1.HeaderClassName
{
color: #30997B;
}
.AnyTagClassName
{
color: #30997B;
}
</style>
background-color css
<style>
a { background-color: #30997B; }
a { background-color: rgb(48,153,123); }
div.DivClassName
{
background-color: #30997B;
}
.BgClassName
{
background-color: #30997B;
}
</style>
border-color css
<style>
span { border-color: #30997B; }
span { border-color: rgb(48,153,123); }
td.TdClassName
{
border-color: #30997B;
}
.TagClassName
{
border-color: #30997B;
}
</style>