#309B7E

Color #309B7E Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #309B7E

Tints of Gossamer #309B7E

Color information

#309B7E (or 0x309B7E) is unknown color: approx Gossamer. HEX triplet: 30, 9B and 7E. RGB value is (48,155,126). Sum of RGB (Red+Green+Blue) = 48+155+126=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #309B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309B7E is #CF6481. Grayscale: #777777. Windows color (decimal): -13591682 or 8297264. OLE color: 8297264.

HSL color Cylindrical-coordinate representation of color #309B7E: hue angle of 163.74º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309B7E is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB48155126-
CMYK0.6900.190.39
HSL163.74º52.71%39.8%-
HSV(B)163.74º69.03%60.78%-
XYZ16.7125.5823.8-
YUV119.7131.5576.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 155 (60.94% from 255) = 47.11%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=14.59%
G=47.11%
B=38.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481551260.6900.190.39163.7452.7139.8
Hex309B7E4501327a43528
Octal60233176105023472446550
Binary110000100110111111110100010101001110011110100100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309B7E; }

 p { color: rgb(48,155,126); }

 H1.HeaderClassName
 {
   color: #309B7E;
 }
 .AnyTagClassName
 {
   color: #309B7E;
 }
</style>
background-color css

<style>
 a { background-color: #309B7E; }

 a { background-color: rgb(48,155,126); }

 div.DivClassName
 {
   background-color: #309B7E;
 }
 .BgClassName
 {
   background-color: #309B7E;
 }
</style>
border-color css

<style>
 span { border-color: #309B7E; }

 span { border-color: rgb(48,155,126); }

 td.TdClassName
 {
   border-color: #309B7E;
 }
 .TagClassName
 {
   border-color: #309B7E;
 }
</style>