Html Css Color HEX #34A07C Gossamer

📋 copy color: '#34A07C'

red 52 ◦ green 160 ◦ blue 124

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

Shades of Gossamer #34A07C

Tints of Gossamer #34A07C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.62%

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 15.48%
G = 47.62%
B = 36.9%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#34A07C (or 0x34A07C) is known color: Gossamer. HEX triplet: 34, A0 and 7C. RGB value is (52,160,124). Sum of RGB (Red+Green+Blue) = 52+160+124=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #34A07C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A07C is #CB5F83. Grayscale: #7B7B7B. Windows color (decimal): -13328260 or 8167476. OLE color: 8167476.

HSL color Cylindrical-coordinate representation of color #34A07C: hue angle of 160º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A07C is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 52 160 124 -
CMYK 0.68 0 0.22 0.37
HSL 160º 0.51% 0.42% -
HSV(B) 160º 0.68% 0.63% -
XYZ 17.63 27.33 23.41 -
YUV 123.6 128.22 76.93 -
System Red Green Blue C M Y K H S L
Decimal 52 160 124 0.68 0 0.22 0.37 160 0.51 0.42
Hex 34 A0 7C 44 0 16 25 A0 33 2A
Octal 64 240 174 104 0 26 45 240 63 52
Binary 110100 10100000 1111100 1000100 0 10110 100101 10100000 110011 101010

Color Harmonies of #34A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A07C

Black with #34A07C

Text Example


Text Example

White with #34A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,160,124); }

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

background-color css

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

 a { background-color: rgb(52,160,124); }

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

border-color css

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

 span { border-color: rgb(52,160,124); }

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