Html Css Color HEX #34A58E Gossamer

📋 copy color: '#34A58E'

red 52 ◦ green 165 ◦ blue 142

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

Shades of Gossamer #34A58E

Tints of Gossamer #34A58E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.96%

 BLUE value IS 142 (55.86% from 255) = 39.55%

R = 14.48%
G = 45.96%
B = 39.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#34A58E (or 0x34A58E) is known color: Gossamer. HEX triplet: 34, A5 and 8E. RGB value is (52,165,142). Sum of RGB (Red+Green+Blue) = 52+165+142=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #34A58E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A58E is #CB5A71. Grayscale: #808080. Windows color (decimal): -13326962 or 9348404. OLE color: 9348404.

HSL color Cylindrical-coordinate representation of color #34A58E: hue angle of 167.79º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A58E is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 165 142 -
CMYK 0.68 0 0.14 0.35
HSL 167.79º 0.52% 0.43% -
HSV(B) 167.79º 0.68% 0.65% -
XYZ 19.75 29.59 30.26 -
YUV 128.59 135.56 73.37 -
System Red Green Blue C M Y K H S L
Decimal 52 165 142 0.68 0 0.14 0.35 167.79 0.52 0.43
Hex 34 A5 8E 44 0 E 23 A8 34 2B
Octal 64 245 216 104 0 16 43 250 64 53
Binary 110100 10100101 10001110 1000100 0 1110 100011 10101000 110100 101011

Color Harmonies of #34A58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A58E

Black with #34A58E

Text Example


Text Example

White with #34A58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34A58E; }

 p { color: rgb(52,165,142); }

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

background-color css

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

 a { background-color: rgb(52,165,142); }

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

border-color css

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

 span { border-color: rgb(52,165,142); }

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