Html Css Color HEX #339B80 Gossamer

📋 copy color: '#339B80'

red 51 ◦ green 155 ◦ blue 128

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

Shades of Gossamer #339B80

Tints of Gossamer #339B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.32%

R = 15.27%
G = 46.41%
B = 38.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#339B80 (or 0x339B80) is known color: Gossamer. HEX triplet: 33, 9B and 80. RGB value is (51,155,128). Sum of RGB (Red+Green+Blue) = 51+155+128=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #339B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B80 is #CC647F. Grayscale: #787878. Windows color (decimal): -13395072 or 8428339. OLE color: 8428339.

HSL color Cylindrical-coordinate representation of color #339B80: hue angle of 164.42º 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 #339B80 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 155 128 -
CMYK 0.67 0 0.17 0.39
HSL 164.42º 0.5% 0.4% -
HSV(B) 164.42º 0.67% 0.61% -
XYZ 16.98 25.71 24.49 -
YUV 120.83 132.04 78.2 -
System Red Green Blue C M Y K H S L
Decimal 51 155 128 0.67 0 0.17 0.39 164.42 0.5 0.4
Hex 33 9B 80 43 0 11 27 A4 32 28
Octal 63 233 200 103 0 21 47 244 62 50
Binary 110011 10011011 10000000 1000011 0 10001 100111 10100100 110010 101000

Color Harmonies of #339B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339B80

Black with #339B80

Text Example


Text Example

White with #339B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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