#309D8F

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

Shades of Gossamer #309D8F

Tints of Gossamer #309D8F

Color information

#309D8F (or 0x309D8F) is unknown color: approx Gossamer. HEX triplet: 30, 9D and 8F. RGB value is (48,157,143). Sum of RGB (Red+Green+Blue) = 48+157+143=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #309D8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309D8F is #CF6270. Grayscale: #7A7A7A. Windows color (decimal): -13591153 or 9411888. OLE color: 9411888.

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

Color convert

RGB48157143-
CMYK0.6900.090.38
HSL172.29º53.17%40.2%-
HSV(B)172.29º69.43%61.57%-
XYZ18.2326.7330.18-
YUV122.81139.3974.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.79%
GREEN value IS 157 (61.72% from 255) = 45.11%
BLUE value IS 143 (56.25% from 255) = 41.09%
R=13.79%
G=45.11%
B=41.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481571430.6900.090.38172.2953.1740.2
Hex309D8F450926ac3528
Octal60235217105011462546550
Binary110000100111011000111110001010100110011010101100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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