Html Css Color HEX #339B8C Gossamer

📋 copy color: '#339B8C'

red 51 ◦ green 155 ◦ blue 140

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

Shades of Gossamer #339B8C

Tints of Gossamer #339B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 14.74%
G = 44.8%
B = 40.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#339B8C (or 0x339B8C) is known color: Gossamer. HEX triplet: 33, 9B and 8C. RGB value is (51,155,140). Sum of RGB (Red+Green+Blue) = 51+155+140=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #339B8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B8C is #CC6473. Grayscale: #7A7A7A. Windows color (decimal): -13395060 or 9214771. OLE color: 9214771.

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

Color convert

RGB 51 155 140 -
CMYK 0.67 0 0.10 0.39
HSL 171.35º 0.5% 0.4% -
HSV(B) 171.35º 0.67% 0.61% -
XYZ 17.82 26.04 28.9 -
YUV 122.19 138.04 77.22 -
System Red Green Blue C M Y K H S L
Decimal 51 155 140 0.67 0 0.10 0.39 171.35 0.5 0.4
Hex 33 9B 8C 43 0 A 27 AB 32 28
Octal 63 233 214 103 0 12 47 253 62 50
Binary 110011 10011011 10001100 1000011 0 1010 100111 10101011 110010 101000

Color Harmonies of #339B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339B8C

Black with #339B8C

Text Example


Text Example

White with #339B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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