Shades of Gossamer #309A83
Tints of Gossamer #309A83
RGB
CMYK
RGB Variations
Color information
#309A83 (or 0x309A83) is known color: Gossamer. HEX triplet: 30, 9A and 83. RGB value is (48,154,131). Sum of RGB (Red+Green+Blue) = 48+154+131=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #309A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309A83 is #CF657C. Grayscale: #777777. Windows color (decimal): -13591933 or 8624688. OLE color: 8624688.
HSL color Cylindrical-coordinate representation of color #309A83: hue angle of 166.98º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309A83 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 154 | 131 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.40 |
| HSL | 166.98º | 0.52% | 0.4% | - |
| HSV(B) | 166.98º | 0.69% | 0.6% | - |
| XYZ | 16.87 | 25.38 | 25.48 | - |
| YUV | 119.68 | 134.38 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 154 | 131 | 0.69 | 0 | 0.15 | 0.40 | 166.98 | 0.52 | 0.4 |
| Hex | 30 | 9A | 83 | 45 | 0 | F | 28 | A7 | 34 | 28 |
| Octal | 60 | 232 | 203 | 105 | 0 | 17 | 50 | 247 | 64 | 50 |
| Binary | 110000 | 10011010 | 10000011 | 1000101 | 0 | 1111 | 101000 | 10100111 | 110100 | 101000 |
Color Harmonies of #309A83
Complementary color
Monochromatic Colors of #309A83
Black with #309A83
Text Example
Text Example
White with #309A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309A83; }
p { color: rgb(48,154,131); }
H1.HeaderClassName
{
color: #309A83;
}
.AnyTagClassName
{
color: #309A83;
}
</style>
background-color css
<style>
a { background-color: #309A83; }
a { background-color: rgb(48,154,131); }
div.DivClassName
{
background-color: #309A83;
}
.BgClassName
{
background-color: #309A83;
}
</style>
border-color css
<style>
span { border-color: #309A83; }
span { border-color: rgb(48,154,131); }
td.TdClassName
{
border-color: #309A83;
}
.TagClassName
{
border-color: #309A83;
}
</style>