Shades of Gossamer #308F7F
Tints of Gossamer #308F7F
RGB
CMYK
RGB Variations
Color information
#308F7F (or 0x308F7F) is known color: Gossamer. HEX triplet: 30, 8F and 7F. RGB value is (48,143,127). Sum of RGB (Red+Green+Blue) = 48+143+127=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 143 - color contains mainly: green. Hex color #308F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F7F is #CF7080. Grayscale: #707070. Windows color (decimal): -13594753 or 8359728. OLE color: 8359728.
HSL color Cylindrical-coordinate representation of color #308F7F: hue angle of 169.89º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308F7F is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 143 | 127 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.44 |
| HSL | 169.89º | 0.5% | 0.37% | - |
| HSV(B) | 169.89º | 0.66% | 0.56% | - |
| XYZ | 14.87 | 21.81 | 23.5 | - |
| YUV | 112.77 | 136.03 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 127 | 0.66 | 0 | 0.11 | 0.44 | 169.89 | 0.5 | 0.37 |
| Hex | 30 | 8F | 7F | 42 | 0 | B | 2C | AA | 32 | 25 |
| Octal | 60 | 217 | 177 | 102 | 0 | 13 | 54 | 252 | 62 | 45 |
| Binary | 110000 | 10001111 | 1111111 | 1000010 | 0 | 1011 | 101100 | 10101010 | 110010 | 100101 |
Color Harmonies of #308F7F
Complementary color
Monochromatic Colors of #308F7F
Black with #308F7F
Text Example
Text Example
White with #308F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308F7F; }
p { color: rgb(48,143,127); }
H1.HeaderClassName
{
color: #308F7F;
}
.AnyTagClassName
{
color: #308F7F;
}
</style>
background-color css
<style>
a { background-color: #308F7F; }
a { background-color: rgb(48,143,127); }
div.DivClassName
{
background-color: #308F7F;
}
.BgClassName
{
background-color: #308F7F;
}
</style>
border-color css
<style>
span { border-color: #308F7F; }
span { border-color: rgb(48,143,127); }
td.TdClassName
{
border-color: #308F7F;
}
.TagClassName
{
border-color: #308F7F;
}
</style>