#309F7A

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

Shades of Gossamer #309F7A

Tints of Gossamer #309F7A

Color information

#309F7A (or 0x309F7A) is unknown color: approx Gossamer. HEX triplet: 30, 9F and 7A. RGB value is (48,159,122). Sum of RGB (Red+Green+Blue) = 48+159+122=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #309F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309F7A is #CF6085. Grayscale: #797979. Windows color (decimal): -13590662 or 8036144. OLE color: 8036144.

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

Color convert

RGB48159122-
CMYK0.7000.230.38
HSL160º53.62%40.59%-
HSV(B)160º69.81%62.35%-
XYZ17.1326.8322.69-
YUV121.59128.2375.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 159 (62.5% from 255) = 48.33%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=14.59%
G=48.33%
B=37.08%

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
Decimal481591220.7000.230.3816053.6240.59
Hex309F7A4601726a03629
Octal60237172106027462406651
Binary110000100111111111010100011001011110011010100000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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