Shades of Gossamer #309888
Tints of Gossamer #309888
RGB
CMYK
RGB Variations
Color information
#309888 (or 0x309888) is known color: Gossamer. HEX triplet: 30, 98 and 88. RGB value is (48,152,136). Sum of RGB (Red+Green+Blue) = 48+152+136=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #309888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309888 is #CF6777. Grayscale: #777777. Windows color (decimal): -13592440 or 8951856. OLE color: 8951856.
HSL color Cylindrical-coordinate representation of color #309888: hue angle of 170.77º 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 #309888 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 152 | 136 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.40 |
| HSL | 170.77º | 0.52% | 0.39% | - |
| HSV(B) | 170.77º | 0.68% | 0.6% | - |
| XYZ | 16.89 | 24.86 | 27.2 | - |
| YUV | 119.08 | 137.54 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 152 | 136 | 0.68 | 0 | 0.11 | 0.40 | 170.77 | 0.52 | 0.39 |
| Hex | 30 | 98 | 88 | 44 | 0 | B | 28 | AB | 34 | 27 |
| Octal | 60 | 230 | 210 | 104 | 0 | 13 | 50 | 253 | 64 | 47 |
| Binary | 110000 | 10011000 | 10001000 | 1000100 | 0 | 1011 | 101000 | 10101011 | 110100 | 100111 |
Color Harmonies of #309888
Complementary color
Monochromatic Colors of #309888
Black with #309888
Text Example
Text Example
White with #309888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309888; }
p { color: rgb(48,152,136); }
H1.HeaderClassName
{
color: #309888;
}
.AnyTagClassName
{
color: #309888;
}
</style>
background-color css
<style>
a { background-color: #309888; }
a { background-color: rgb(48,152,136); }
div.DivClassName
{
background-color: #309888;
}
.BgClassName
{
background-color: #309888;
}
</style>
border-color css
<style>
span { border-color: #309888; }
span { border-color: rgb(48,152,136); }
td.TdClassName
{
border-color: #309888;
}
.TagClassName
{
border-color: #309888;
}
</style>