Shades of Gossamer #309883
Tints of Gossamer #309883
RGB
CMYK
RGB Variations
Color information
#309883 (or 0x309883) is known color: Gossamer. HEX triplet: 30, 98 and 83. RGB value is (48,152,131). Sum of RGB (Red+Green+Blue) = 48+152+131=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #309883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309883 is #CF677C. Grayscale: #767676. Windows color (decimal): -13592445 or 8624176. OLE color: 8624176.
HSL color Cylindrical-coordinate representation of color #309883: hue angle of 167.88º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309883 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 152 | 131 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.40 |
| HSL | 167.88º | 0.52% | 0.39% | - |
| HSV(B) | 167.88º | 0.68% | 0.6% | - |
| XYZ | 16.54 | 24.72 | 25.37 | - |
| YUV | 118.51 | 135.04 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 152 | 131 | 0.68 | 0 | 0.14 | 0.40 | 167.88 | 0.52 | 0.39 |
| Hex | 30 | 98 | 83 | 44 | 0 | E | 28 | A8 | 34 | 27 |
| Octal | 60 | 230 | 203 | 104 | 0 | 16 | 50 | 250 | 64 | 47 |
| Binary | 110000 | 10011000 | 10000011 | 1000100 | 0 | 1110 | 101000 | 10101000 | 110100 | 100111 |
Color Harmonies of #309883
Complementary color
Monochromatic Colors of #309883
Black with #309883
Text Example
Text Example
White with #309883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309883; }
p { color: rgb(48,152,131); }
H1.HeaderClassName
{
color: #309883;
}
.AnyTagClassName
{
color: #309883;
}
</style>
background-color css
<style>
a { background-color: #309883; }
a { background-color: rgb(48,152,131); }
div.DivClassName
{
background-color: #309883;
}
.BgClassName
{
background-color: #309883;
}
</style>
border-color css
<style>
span { border-color: #309883; }
span { border-color: rgb(48,152,131); }
td.TdClassName
{
border-color: #309883;
}
.TagClassName
{
border-color: #309883;
}
</style>