Html Css Color HEX #339B8D Gossamer

📋 copy color: '#339B8D'

red 51 ◦ green 155 ◦ blue 141

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

Shades of Gossamer #339B8D

Tints of Gossamer #339B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 14.7%
G = 44.67%
B = 40.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#339B8D (or 0x339B8D) is known color: Gossamer. HEX triplet: 33, 9B and 8D. RGB value is (51,155,141). Sum of RGB (Red+Green+Blue) = 51+155+141=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #339B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B8D is #CC6472. Grayscale: #7A7A7A. Windows color (decimal): -13395059 or 9280307. OLE color: 9280307.

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

Color convert

RGB 51 155 141 -
CMYK 0.67 0 0.09 0.39
HSL 171.92º 0.5% 0.4% -
HSV(B) 171.92º 0.67% 0.61% -
XYZ 17.89 26.07 29.29 -
YUV 122.31 138.54 77.14 -
System Red Green Blue C M Y K H S L
Decimal 51 155 141 0.67 0 0.09 0.39 171.92 0.5 0.4
Hex 33 9B 8D 43 0 9 27 AC 32 28
Octal 63 233 215 103 0 11 47 254 62 50
Binary 110011 10011011 10001101 1000011 0 1001 100111 10101100 110010 101000

Color Harmonies of #339B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339B8D

Black with #339B8D

Text Example


Text Example

White with #339B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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