Html Css Color HEX #309D7B Gossamer

📋 copy color: '#309D7B'

red 48 ◦ green 157 ◦ blue 123

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

Shades of Gossamer #309D7B

Tints of Gossamer #309D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.5%

R = 14.63%
G = 47.87%
B = 37.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#309D7B (or 0x309D7B) is known color: Gossamer. HEX triplet: 30, 9D and 7B. RGB value is (48,157,123). Sum of RGB (Red+Green+Blue) = 48+157+123=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #309D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309D7B is #CF6284. Grayscale: #787878. Windows color (decimal): -13591173 or 8101168. OLE color: 8101168.

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

Color convert

RGB 48 157 123 -
CMYK 0.69 0 0.22 0.38
HSL 161.28º 0.53% 0.4% -
HSV(B) 161.28º 0.69% 0.62% -
XYZ 16.85 26.17 22.9 -
YUV 120.53 129.39 76.26 -
System Red Green Blue C M Y K H S L
Decimal 48 157 123 0.69 0 0.22 0.38 161.28 0.53 0.4
Hex 30 9D 7B 45 0 16 26 A1 35 28
Octal 60 235 173 105 0 26 46 241 65 50
Binary 110000 10011101 1111011 1000101 0 10110 100110 10100001 110101 101000

Color Harmonies of #309D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309D7B

Black with #309D7B

Text Example


Text Example

White with #309D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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