Html Css Color HEX #309F86 Gossamer

📋 copy color: '#309F86'

red 48 ◦ green 159 ◦ blue 134

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

Shades of Gossamer #309F86

Tints of Gossamer #309F86

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.63%

 BLUE value IS 134 (52.73% from 255) = 39.3%

R = 14.08%
G = 46.63%
B = 39.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#309F86 (or 0x309F86) is known color: Gossamer. HEX triplet: 30, 9F and 86. RGB value is (48,159,134). Sum of RGB (Red+Green+Blue) = 48+159+134=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #309F86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309F86 is #CF6079. Grayscale: #7A7A7A. Windows color (decimal): -13590650 or 8822576. OLE color: 8822576.

HSL color Cylindrical-coordinate representation of color #309F86: hue angle of 166.49º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309F86 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 159 134 -
CMYK 0.70 0 0.16 0.38
HSL 166.49º 0.54% 0.41% -
HSV(B) 166.49º 0.7% 0.62% -
XYZ 17.92 27.15 26.85 -
YUV 122.96 134.23 74.53 -
System Red Green Blue C M Y K H S L
Decimal 48 159 134 0.70 0 0.16 0.38 166.49 0.54 0.41
Hex 30 9F 86 46 0 10 26 A6 36 29
Octal 60 237 206 106 0 20 46 246 66 51
Binary 110000 10011111 10000110 1000110 0 10000 100110 10100110 110110 101001

Color Harmonies of #309F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309F86

Black with #309F86

Text Example


Text Example

White with #309F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,159,134); }

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

background-color css

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

 a { background-color: rgb(48,159,134); }

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

border-color css

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

 span { border-color: rgb(48,159,134); }

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