Html Css Color HEX #34A482 Gossamer

📋 copy color: '#34A482'

red 52 ◦ green 164 ◦ blue 130

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

Shades of Gossamer #34A482

Tints of Gossamer #34A482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.57%

R = 15.03%
G = 47.4%
B = 37.57%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#34A482 (or 0x34A482) is known color: Gossamer. HEX triplet: 34, A4 and 82. RGB value is (52,164,130). Sum of RGB (Red+Green+Blue) = 52+164+130=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #34A482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A482 is #CB5B7D. Grayscale: #7E7E7E. Windows color (decimal): -13327230 or 8561716. OLE color: 8561716.

HSL color Cylindrical-coordinate representation of color #34A482: hue angle of 161.79º 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 #34A482 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 164 130 -
CMYK 0.68 0 0.21 0.36
HSL 161.79º 0.52% 0.42% -
HSV(B) 161.79º 0.68% 0.64% -
XYZ 18.72 28.89 25.71 -
YUV 126.64 129.89 74.76 -
System Red Green Blue C M Y K H S L
Decimal 52 164 130 0.68 0 0.21 0.36 161.79 0.52 0.42
Hex 34 A4 82 44 0 15 24 A2 34 2A
Octal 64 244 202 104 0 25 44 242 64 52
Binary 110100 10100100 10000010 1000100 0 10101 100100 10100010 110100 101010

Color Harmonies of #34A482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A482

Black with #34A482

Text Example


Text Example

White with #34A482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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