#309D89

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

Shades of Gossamer #309D89

Tints of Gossamer #309D89

Color information

#309D89 (or 0x309D89) is unknown color: approx Gossamer. HEX triplet: 30, 9D and 89. RGB value is (48,157,137). Sum of RGB (Red+Green+Blue) = 48+157+137=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #309D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309D89 is #CF6276. Grayscale: #7A7A7A. Windows color (decimal): -13591159 or 9018672. OLE color: 9018672.

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

Color convert

RGB48157137-
CMYK0.6900.130.38
HSL168.99º53.17%40.2%-
HSV(B)168.99º69.43%61.57%-
XYZ17.7926.5527.85-
YUV122.13136.3975.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.04%
GREEN value IS 157 (61.72% from 255) = 45.91%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=14.04%
G=45.91%
B=40.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481571370.6900.130.38168.9953.1740.2
Hex309D89450D26a93528
Octal60235211105015462516550
Binary110000100111011000100110001010110110011010101001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,157,137); }

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

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

 a { background-color: rgb(48,157,137); }

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

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

 span { border-color: rgb(48,157,137); }

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