Html Css Color HEX #34A47D Gossamer

📋 copy color: '#34A47D'

red 52 ◦ green 164 ◦ blue 125

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

Shades of Gossamer #34A47D

Tints of Gossamer #34A47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 15.25%
G = 48.09%
B = 36.66%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#34A47D (or 0x34A47D) is known color: Gossamer. HEX triplet: 34, A4 and 7D. RGB value is (52,164,125). Sum of RGB (Red+Green+Blue) = 52+164+125=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #34A47D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A47D is #CB5B82. Grayscale: #7E7E7E. Windows color (decimal): -13327235 or 8234036. OLE color: 8234036.

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

Color convert

RGB 52 164 125 -
CMYK 0.68 0 0.24 0.36
HSL 159.11º 0.52% 0.42% -
HSV(B) 159.11º 0.68% 0.64% -
XYZ 18.39 28.76 23.98 -
YUV 126.07 127.39 75.17 -
System Red Green Blue C M Y K H S L
Decimal 52 164 125 0.68 0 0.24 0.36 159.11 0.52 0.42
Hex 34 A4 7D 44 0 18 24 9F 34 2A
Octal 64 244 175 104 0 30 44 237 64 52
Binary 110100 10100100 1111101 1000100 0 11000 100100 10011111 110100 101010

Color Harmonies of #34A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A47D

Black with #34A47D

Text Example


Text Example

White with #34A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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