Html Css Color HEX #339680 Gossamer

📋 copy color: '#339680'

red 51 ◦ green 150 ◦ blue 128

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

Shades of Gossamer #339680

Tints of Gossamer #339680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.59%

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

R = 15.5%
G = 45.59%
B = 38.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#339680 (or 0x339680) is known color: Gossamer. HEX triplet: 33, 96 and 80. RGB value is (51,150,128). Sum of RGB (Red+Green+Blue) = 51+150+128=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #339680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339680 is #CC697F. Grayscale: #757575. Windows color (decimal): -13396352 or 8427059. OLE color: 8427059.

HSL color Cylindrical-coordinate representation of color #339680: hue angle of 166.67º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339680 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 150 128 -
CMYK 0.66 0 0.15 0.41
HSL 166.67º 0.49% 0.39% -
HSV(B) 166.67º 0.66% 0.59% -
XYZ 16.17 24.08 24.22 -
YUV 117.89 133.7 80.29 -
System Red Green Blue C M Y K H S L
Decimal 51 150 128 0.66 0 0.15 0.41 166.67 0.49 0.39
Hex 33 96 80 42 0 F 29 A7 31 27
Octal 63 226 200 102 0 17 51 247 61 47
Binary 110011 10010110 10000000 1000010 0 1111 101001 10100111 110001 100111

Color Harmonies of #339680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339680

Black with #339680

Text Example


Text Example

White with #339680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339680; }

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

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

background-color css

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

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

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

border-color css

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

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

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