Shades of Gossamer #309685
Tints of Gossamer #309685
RGB
CMYK
RGB Variations
Color information
#309685 (or 0x309685) is known color: Gossamer. HEX triplet: 30, 96 and 85. RGB value is (48,150,133). Sum of RGB (Red+Green+Blue) = 48+150+133=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #309685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309685 is #CF697A. Grayscale: #757575. Windows color (decimal): -13592955 or 8754736. OLE color: 8754736.
HSL color Cylindrical-coordinate representation of color #309685: hue angle of 170º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309685 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 150 | 133 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.41 |
| HSL | 170º | 0.52% | 0.39% | - |
| HSV(B) | 170º | 0.68% | 0.59% | - |
| XYZ | 16.36 | 24.13 | 25.99 | - |
| YUV | 117.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 150 | 133 | 0.68 | 0 | 0.11 | 0.41 | 170 | 0.52 | 0.39 |
| Hex | 30 | 96 | 85 | 44 | 0 | B | 29 | AA | 34 | 27 |
| Octal | 60 | 226 | 205 | 104 | 0 | 13 | 51 | 252 | 64 | 47 |
| Binary | 110000 | 10010110 | 10000101 | 1000100 | 0 | 1011 | 101001 | 10101010 | 110100 | 100111 |
Color Harmonies of #309685
Complementary color
Monochromatic Colors of #309685
Black with #309685
Text Example
Text Example
White with #309685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309685; }
p { color: rgb(48,150,133); }
H1.HeaderClassName
{
color: #309685;
}
.AnyTagClassName
{
color: #309685;
}
</style>
background-color css
<style>
a { background-color: #309685; }
a { background-color: rgb(48,150,133); }
div.DivClassName
{
background-color: #309685;
}
.BgClassName
{
background-color: #309685;
}
</style>
border-color css
<style>
span { border-color: #309685; }
span { border-color: rgb(48,150,133); }
td.TdClassName
{
border-color: #309685;
}
.TagClassName
{
border-color: #309685;
}
</style>