Html Css Color HEX #339684 Gossamer

📋 copy color: '#339684'

red 51 ◦ green 150 ◦ blue 132

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

Shades of Gossamer #339684

Tints of Gossamer #339684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.64%

R = 15.32%
G = 45.05%
B = 39.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#339684 (or 0x339684) is known color: Gossamer. HEX triplet: 33, 96 and 84. RGB value is (51,150,132). Sum of RGB (Red+Green+Blue) = 51+150+132=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #339684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339684 is #CC697B. Grayscale: #767676. Windows color (decimal): -13396348 or 8689203. OLE color: 8689203.

HSL color Cylindrical-coordinate representation of color #339684: hue angle of 169.09º 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 #339684 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 150 132 -
CMYK 0.66 0 0.12 0.41
HSL 169.09º 0.49% 0.39% -
HSV(B) 169.09º 0.66% 0.59% -
XYZ 16.44 24.18 25.63 -
YUV 118.35 135.7 79.96 -
System Red Green Blue C M Y K H S L
Decimal 51 150 132 0.66 0 0.12 0.41 169.09 0.49 0.39
Hex 33 96 84 42 0 C 29 A9 31 27
Octal 63 226 204 102 0 14 51 251 61 47
Binary 110011 10010110 10000100 1000010 0 1100 101001 10101001 110001 100111

Color Harmonies of #339684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339684

Black with #339684

Text Example


Text Example

White with #339684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339684; }

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

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

background-color css

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

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

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

border-color css

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

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

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