Html Css Color HEX #339C7F Gossamer

📋 copy color: '#339C7F'

red 51 ◦ green 156 ◦ blue 127

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

Shades of Gossamer #339C7F

Tints of Gossamer #339C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.71%

 BLUE value IS 127 (50% from 255) = 38.02%

R = 15.27%
G = 46.71%
B = 38.02%

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

#339C7F (or 0x339C7F) is known color: Gossamer. HEX triplet: 33, 9C and 7F. RGB value is (51,156,127). Sum of RGB (Red+Green+Blue) = 51+156+127=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #339C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339C7F is #CC6380. Grayscale: #797979. Windows color (decimal): -13394817 or 8363059. OLE color: 8363059.

HSL color Cylindrical-coordinate representation of color #339C7F: hue angle of 163.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339C7F is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 156 127 -
CMYK 0.67 0 0.19 0.39
HSL 163.43º 0.51% 0.41% -
HSV(B) 163.43º 0.67% 0.61% -
XYZ 17.08 26.01 24.2 -
YUV 121.3 131.21 77.86 -
System Red Green Blue C M Y K H S L
Decimal 51 156 127 0.67 0 0.19 0.39 163.43 0.51 0.41
Hex 33 9C 7F 43 0 13 27 A3 33 29
Octal 63 234 177 103 0 23 47 243 63 51
Binary 110011 10011100 1111111 1000011 0 10011 100111 10100011 110011 101001

Color Harmonies of #339C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339C7F

Black with #339C7F

Text Example


Text Example

White with #339C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,156,127); }

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

background-color css

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

 a { background-color: rgb(51,156,127); }

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

border-color css

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

 span { border-color: rgb(51,156,127); }

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