Html Css Color HEX #34A490 Gossamer

📋 copy color: '#34A490'

red 52 ◦ green 164 ◦ blue 144

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

Shades of Gossamer #34A490

Tints of Gossamer #34A490

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.56%

 BLUE value IS 144 (56.64% from 255) = 40%

R = 14.44%
G = 45.56%
B = 40%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#34A490 (or 0x34A490) is known color: Gossamer. HEX triplet: 34, A4 and 90. RGB value is (52,164,144). Sum of RGB (Red+Green+Blue) = 52+164+144=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #34A490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A490 is #CB5B6F. Grayscale: #808080. Windows color (decimal): -13327216 or 9479220. OLE color: 9479220.

HSL color Cylindrical-coordinate representation of color #34A490: hue angle of 169.29º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A490 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 164 144 -
CMYK 0.68 0 0.12 0.36
HSL 169.29º 0.52% 0.42% -
HSV(B) 169.29º 0.68% 0.64% -
XYZ 19.73 29.29 31 -
YUV 128.23 136.89 73.63 -
System Red Green Blue C M Y K H S L
Decimal 52 164 144 0.68 0 0.12 0.36 169.29 0.52 0.42
Hex 34 A4 90 44 0 C 24 A9 34 2A
Octal 64 244 220 104 0 14 44 251 64 52
Binary 110100 10100100 10010000 1000100 0 1100 100100 10101001 110100 101010

Color Harmonies of #34A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A490

Black with #34A490

Text Example


Text Example

White with #34A490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,164,144); }

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

background-color css

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

 a { background-color: rgb(52,164,144); }

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

border-color css

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

 span { border-color: rgb(52,164,144); }

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