#309E7A

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

Shades of Gossamer #309E7A

Tints of Gossamer #309E7A

Color information

#309E7A (or 0x309E7A) is unknown color: approx Gossamer. HEX triplet: 30, 9E and 7A. RGB value is (48,158,122). Sum of RGB (Red+Green+Blue) = 48+158+122=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 158 - color contains mainly: green. Hex color #309E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309E7A is #CF6185. Grayscale: #797979. Windows color (decimal): -13590918 or 8035888. OLE color: 8035888.

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

Color convert

RGB48158122-
CMYK0.7000.230.38
HSL160.36º53.4%40.39%-
HSV(B)160.36º69.62%61.96%-
XYZ16.9626.4922.63-
YUV121.01128.5675.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.63%
GREEN value IS 158 (62.11% from 255) = 48.17%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=14.63%
G=48.17%
B=37.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481581220.7000.230.38160.3653.440.39
Hex309E7A4601726a03528
Octal60236172106027462406550
Binary110000100111101111010100011001011110011010100000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,158,122); }

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

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

 a { background-color: rgb(48,158,122); }

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

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

 span { border-color: rgb(48,158,122); }

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