#309E7E

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

Shades of Gossamer #309E7E

Tints of Gossamer #309E7E

Color information

#309E7E (or 0x309E7E) is unknown color: approx Gossamer. HEX triplet: 30, 9E and 7E. RGB value is (48,158,126). Sum of RGB (Red+Green+Blue) = 48+158+126=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #309E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309E7E is #CF6181. Grayscale: #797979. Windows color (decimal): -13590914 or 8298032. OLE color: 8298032.

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

Color convert

RGB48158126-
CMYK0.7000.200.38
HSL162.55º53.4%40.39%-
HSV(B)162.55º69.62%61.96%-
XYZ17.2126.5923.96-
YUV121.46130.5675.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.46%
GREEN value IS 158 (62.11% from 255) = 47.59%
BLUE value IS 126 (49.61% from 255) = 37.95%
R=14.46%
G=47.59%
B=37.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481581260.7000.200.38162.5553.440.39
Hex309E7E4601426a33528
Octal60236176106024462436550
Binary110000100111101111110100011001010010011010100011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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