Html Css Color HEX #339B86 Gossamer

📋 copy color: '#339B86'

red 51 ◦ green 155 ◦ blue 134

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

Shades of Gossamer #339B86

Tints of Gossamer #339B86

RGB

 RED value IS 51 (20.31% from 255) = 15%

 GREEN value IS 155 (60.94% from 255) = 45.59%

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

R = 15%
G = 45.59%
B = 39.41%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#339B86 (or 0x339B86) is known color: Gossamer. HEX triplet: 33, 9B and 86. RGB value is (51,155,134). Sum of RGB (Red+Green+Blue) = 51+155+134=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #339B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B86 is #CC6479. Grayscale: #797979. Windows color (decimal): -13395066 or 8821555. OLE color: 8821555.

HSL color Cylindrical-coordinate representation of color #339B86: hue angle of 167.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339B86 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 155 134 -
CMYK 0.67 0 0.14 0.39
HSL 167.88º 0.5% 0.4% -
HSV(B) 167.88º 0.67% 0.61% -
XYZ 17.39 25.87 26.63 -
YUV 121.51 135.04 77.71 -
System Red Green Blue C M Y K H S L
Decimal 51 155 134 0.67 0 0.14 0.39 167.88 0.5 0.4
Hex 33 9B 86 43 0 E 27 A8 32 28
Octal 63 233 206 103 0 16 47 250 62 50
Binary 110011 10011011 10000110 1000011 0 1110 100111 10101000 110010 101000

Color Harmonies of #339B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339B86

Black with #339B86

Text Example


Text Example

White with #339B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339B86; }

 p { color: rgb(51,155,134); }

 H1.HeaderClassName
 {
   color: #339B86;
 }
 .AnyTagClassName
 {
   color: #339B86;
 }
</style>

background-color css

<style>
 a { background-color: #339B86; }

 a { background-color: rgb(51,155,134); }

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

border-color css

<style>
 span { border-color: #339B86; }

 span { border-color: rgb(51,155,134); }

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