Html Css Color HEX #309D90 Gossamer

📋 copy color: '#309D90'

red 48 ◦ green 157 ◦ blue 144

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

Shades of Gossamer #309D90

Tints of Gossamer #309D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 13.75%
G = 44.99%
B = 41.26%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#309D90 (or 0x309D90) is known color: Gossamer. HEX triplet: 30, 9D and 90. RGB value is (48,157,144). Sum of RGB (Red+Green+Blue) = 48+157+144=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #309D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309D90 is #CF626F. Grayscale: #7A7A7A. Windows color (decimal): -13591152 or 9477424. OLE color: 9477424.

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

Color convert

RGB 48 157 144 -
CMYK 0.69 0 0.08 0.38
HSL 172.84º 0.53% 0.4% -
HSV(B) 172.84º 0.69% 0.62% -
XYZ 18.31 26.76 30.58 -
YUV 122.93 139.89 74.56 -
System Red Green Blue C M Y K H S L
Decimal 48 157 144 0.69 0 0.08 0.38 172.84 0.53 0.4
Hex 30 9D 90 45 0 8 26 AD 35 28
Octal 60 235 220 105 0 10 46 255 65 50
Binary 110000 10011101 10010000 1000101 0 1000 100110 10101101 110101 101000

Color Harmonies of #309D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309D90

Black with #309D90

Text Example


Text Example

White with #309D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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