Html Css Color HEX #349E7F Gossamer

📋 copy color: '#349E7F'

red 52 ◦ green 158 ◦ blue 127

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

Shades of Gossamer #349E7F

Tints of Gossamer #349E7F

RGB

 RED value IS 52 (20.7% from 255) = 15.43%

 GREEN value IS 158 (62.11% from 255) = 46.88%

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

R = 15.43%
G = 46.88%
B = 37.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#349E7F (or 0x349E7F) is known color: Gossamer. HEX triplet: 34, 9E and 7F. RGB value is (52,158,127). Sum of RGB (Red+Green+Blue) = 52+158+127=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #349E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349E7F is #CB6180. Grayscale: #7A7A7A. Windows color (decimal): -13328769 or 8363572. OLE color: 8363572.

HSL color Cylindrical-coordinate representation of color #349E7F: hue angle of 162.45º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349E7F is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 158 127 -
CMYK 0.67 0 0.20 0.38
HSL 162.45º 0.5% 0.41% -
HSV(B) 162.45º 0.67% 0.62% -
XYZ 17.47 26.72 24.31 -
YUV 122.77 130.38 77.52 -
System Red Green Blue C M Y K H S L
Decimal 52 158 127 0.67 0 0.20 0.38 162.45 0.5 0.41
Hex 34 9E 7F 43 0 14 26 A2 32 29
Octal 64 236 177 103 0 24 46 242 62 51
Binary 110100 10011110 1111111 1000011 0 10100 100110 10100010 110010 101001

Color Harmonies of #349E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349E7F

Black with #349E7F

Text Example


Text Example

White with #349E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349E7F; }

 p { color: rgb(52,158,127); }

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

background-color css

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

 a { background-color: rgb(52,158,127); }

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

border-color css

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

 span { border-color: rgb(52,158,127); }

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