#309E7D

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

Shades of Gossamer #309E7D

Tints of Gossamer #309E7D

Color information

#309E7D (or 0x309E7D) is unknown color: approx Gossamer. HEX triplet: 30, 9E and 7D. RGB value is (48,158,125). Sum of RGB (Red+Green+Blue) = 48+158+125=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #309E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309E7D is #CF6182. Grayscale: #797979. Windows color (decimal): -13590915 or 8232496. OLE color: 8232496.

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

Color convert

RGB48158125-
CMYK0.7000.210.38
HSL162º53.4%40.39%-
HSV(B)162º69.62%61.96%-
XYZ17.1526.5623.63-
YUV121.35130.0675.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.50%
GREEN value IS 158 (62.11% from 255) = 47.73%
BLUE value IS 125 (49.22% from 255) = 37.76%
R=14.50%
G=47.73%
B=37.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481581250.7000.210.3816253.440.39
Hex309E7D4601526a23528
Octal60236175106025462426550
Binary110000100111101111101100011001010110011010100010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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