Html Css Color HEX #309D8A Gossamer

📋 copy color: '#309D8A'

red 48 ◦ green 157 ◦ blue 138

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

Shades of Gossamer #309D8A

Tints of Gossamer #309D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.23%

R = 13.99%
G = 45.77%
B = 40.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#309D8A (or 0x309D8A) is known color: Gossamer. HEX triplet: 30, 9D and 8A. RGB value is (48,157,138). Sum of RGB (Red+Green+Blue) = 48+157+138=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #309D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309D8A is #CF6275. Grayscale: #7A7A7A. Windows color (decimal): -13591158 or 9084208. OLE color: 9084208.

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

Color convert

RGB 48 157 138 -
CMYK 0.69 0 0.12 0.38
HSL 169.54º 0.53% 0.4% -
HSV(B) 169.54º 0.69% 0.62% -
XYZ 17.86 26.58 28.23 -
YUV 122.24 136.89 75.04 -
System Red Green Blue C M Y K H S L
Decimal 48 157 138 0.69 0 0.12 0.38 169.54 0.53 0.4
Hex 30 9D 8A 45 0 C 26 AA 35 28
Octal 60 235 212 105 0 14 46 252 65 50
Binary 110000 10011101 10001010 1000101 0 1100 100110 10101010 110101 101000

Color Harmonies of #309D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309D8A

Black with #309D8A

Text Example


Text Example

White with #309D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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