Html Css Color HEX #309D7E Gossamer

📋 copy color: '#309D7E'

red 48 ◦ green 157 ◦ blue 126

#309D7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #309D7E

Tints of Gossamer #309D7E

RGB

 RED value IS 48 (19.14% from 255) = 14.5%

 GREEN value IS 157 (61.72% from 255) = 47.43%

 BLUE value IS 126 (49.61% from 255) = 38.07%

R = 14.5%
G = 47.43%
B = 38.07%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#309D7E (or 0x309D7E) is known color: Gossamer. HEX triplet: 30, 9D and 7E. RGB value is (48,157,126). Sum of RGB (Red+Green+Blue) = 48+157+126=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #309D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309D7E is #CF6281. Grayscale: #787878. Windows color (decimal): -13591170 or 8297776. OLE color: 8297776.

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

Color convert

RGB 48 157 126 -
CMYK 0.69 0 0.20 0.38
HSL 162.94º 0.53% 0.4% -
HSV(B) 162.94º 0.69% 0.62% -
XYZ 17.04 26.25 23.91 -
YUV 120.88 130.89 76.02 -
System Red Green Blue C M Y K H S L
Decimal 48 157 126 0.69 0 0.20 0.38 162.94 0.53 0.4
Hex 30 9D 7E 45 0 14 26 A3 35 28
Octal 60 235 176 105 0 24 46 243 65 50
Binary 110000 10011101 1111110 1000101 0 10100 100110 10100011 110101 101000

Color Harmonies of #309D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309D7E

Black with #309D7E

Text Example


Text Example

White with #309D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #309D7E;
 }
 .AnyTagClassName
 {
   color: #309D7E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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