Html Css Color HEX #309C89 Gossamer

📋 copy color: '#309C89'

red 48 ◦ green 156 ◦ blue 137

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

Shades of Gossamer #309C89

Tints of Gossamer #309C89

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.75%

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 14.08%
G = 45.75%
B = 40.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#309C89 (or 0x309C89) is known color: Gossamer. HEX triplet: 30, 9C and 89. RGB value is (48,156,137). Sum of RGB (Red+Green+Blue) = 48+156+137=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #309C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309C89 is #CF6376. Grayscale: #797979. Windows color (decimal): -13591415 or 9018416. OLE color: 9018416.

HSL color Cylindrical-coordinate representation of color #309C89: hue angle of 169.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309C89 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 156 137 -
CMYK 0.69 0 0.12 0.39
HSL 169.44º 0.53% 0.4% -
HSV(B) 169.44º 0.69% 0.61% -
XYZ 17.62 26.21 27.8 -
YUV 121.54 136.72 75.54 -
System Red Green Blue C M Y K H S L
Decimal 48 156 137 0.69 0 0.12 0.39 169.44 0.53 0.4
Hex 30 9C 89 45 0 C 27 A9 35 28
Octal 60 234 211 105 0 14 47 251 65 50
Binary 110000 10011100 10001001 1000101 0 1100 100111 10101001 110101 101000

Color Harmonies of #309C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309C89

Black with #309C89

Text Example


Text Example

White with #309C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,156,137); }

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

background-color css

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

 a { background-color: rgb(48,156,137); }

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

border-color css

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

 span { border-color: rgb(48,156,137); }

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