Html Css Color HEX #34A090 Gossamer

📋 copy color: '#34A090'

red 52 ◦ green 160 ◦ blue 144

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

Shades of Gossamer #34A090

Tints of Gossamer #34A090

RGB

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

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

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

R = 14.61%
G = 44.94%
B = 40.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#34A090 (or 0x34A090) is known color: Gossamer. HEX triplet: 34, A0 and 90. RGB value is (52,160,144). Sum of RGB (Red+Green+Blue) = 52+160+144=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #34A090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A090 is #CB5F6F. Grayscale: #7D7D7D. Windows color (decimal): -13328240 or 9478196. OLE color: 9478196.

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

Color convert

RGB 52 160 144 -
CMYK 0.68 0 0.1 0.37
HSL 171.11º 0.51% 0.42% -
HSV(B) 171.11º 0.68% 0.63% -
XYZ 19.02 27.89 30.77 -
YUV 125.88 138.22 75.3 -
System Red Green Blue C M Y K H S L
Decimal 52 160 144 0.68 0 0.1 0.37 171.11 0.51 0.42
Hex 34 A0 90 44 0 A 25 AB 33 2A
Octal 64 240 220 104 0 12 45 253 63 52
Binary 110100 10100000 10010000 1000100 0 1010 100101 10101011 110011 101010

Color Harmonies of #34A090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A090

Black with #34A090

Text Example


Text Example

White with #34A090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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