Html Css Color HEX #339B7E Gossamer

📋 copy color: '#339B7E'

red 51 ◦ green 155 ◦ blue 126

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

Shades of Gossamer #339B7E

Tints of Gossamer #339B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.95%

R = 15.36%
G = 46.69%
B = 37.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#339B7E (or 0x339B7E) is known color: Gossamer. HEX triplet: 33, 9B and 7E. RGB value is (51,155,126). Sum of RGB (Red+Green+Blue) = 51+155+126=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #339B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B7E is #CC6481. Grayscale: #787878. Windows color (decimal): -13395074 or 8297267. OLE color: 8297267.

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

Color convert

RGB 51 155 126 -
CMYK 0.67 0 0.19 0.39
HSL 163.27º 0.5% 0.4% -
HSV(B) 163.27º 0.67% 0.61% -
XYZ 16.85 25.65 23.8 -
YUV 120.6 131.04 78.36 -
System Red Green Blue C M Y K H S L
Decimal 51 155 126 0.67 0 0.19 0.39 163.27 0.5 0.4
Hex 33 9B 7E 43 0 13 27 A3 32 28
Octal 63 233 176 103 0 23 47 243 62 50
Binary 110011 10011011 1111110 1000011 0 10011 100111 10100011 110010 101000

Color Harmonies of #339B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339B7E

Black with #339B7E

Text Example


Text Example

White with #339B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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