Html Css Color HEX #34A585 Gossamer

📋 copy color: '#34A585'

red 52 ◦ green 165 ◦ blue 133

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

Shades of Gossamer #34A585

Tints of Gossamer #34A585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38%

R = 14.86%
G = 47.14%
B = 38%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#34A585 (or 0x34A585) is known color: Gossamer. HEX triplet: 34, A5 and 85. RGB value is (52,165,133). Sum of RGB (Red+Green+Blue) = 52+165+133=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #34A585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A585 is #CB5A7A. Grayscale: #7F7F7F. Windows color (decimal): -13326971 or 8758580. OLE color: 8758580.

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

Color convert

RGB 52 165 133 -
CMYK 0.68 0 0.19 0.35
HSL 163.01º 0.52% 0.43% -
HSV(B) 163.01º 0.68% 0.65% -
XYZ 19.1 29.33 26.85 -
YUV 127.57 131.06 74.1 -
System Red Green Blue C M Y K H S L
Decimal 52 165 133 0.68 0 0.19 0.35 163.01 0.52 0.43
Hex 34 A5 85 44 0 13 23 A3 34 2B
Octal 64 245 205 104 0 23 43 243 64 53
Binary 110100 10100101 10000101 1000100 0 10011 100011 10100011 110100 101011

Color Harmonies of #34A585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A585

Black with #34A585

Text Example


Text Example

White with #34A585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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