#309C87

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

Shades of Gossamer #309C87

Tints of Gossamer #309C87

Color information

#309C87 (or 0x309C87) is unknown color: approx Gossamer. HEX triplet: 30, 9C and 87. RGB value is (48,156,135). Sum of RGB (Red+Green+Blue) = 48+156+135=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #309C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309C87 is #CF6378. Grayscale: #797979. Windows color (decimal): -13591417 or 8887344. OLE color: 8887344.

HSL color Cylindrical-coordinate representation of color #309C87: hue angle of 168.33º 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 #309C87 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB48156135-
CMYK0.6900.130.39
HSL168.33º52.94%40%-
HSV(B)168.33º69.23%61.18%-
XYZ17.4826.1527.05-
YUV121.31135.7275.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.16%
GREEN value IS 156 (61.33% from 255) = 46.02%
BLUE value IS 135 (53.12% from 255) = 39.82%
R=14.16%
G=46.02%
B=39.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481561350.6900.130.39168.3352.9440
Hex309C87450D27a83528
Octal60234207105015472506550
Binary110000100111001000011110001010110110011110101000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,156,135); }

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

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

 a { background-color: rgb(48,156,135); }

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

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

 span { border-color: rgb(48,156,135); }

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