Html Css Color HEX #32A289 Gossamer

📋 copy color: '#32A289'

red 50 ◦ green 162 ◦ blue 137

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

Shades of Gossamer #32A289

Tints of Gossamer #32A289

RGB

 RED value IS 50 (19.92% from 255) = 14.33%

 GREEN value IS 162 (63.67% from 255) = 46.42%

 BLUE value IS 137 (53.91% from 255) = 39.26%

R = 14.33%
G = 46.42%
B = 39.26%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#32A289 (or 0x32A289) is known color: Gossamer. HEX triplet: 32, A2 and 89. RGB value is (50,162,137). Sum of RGB (Red+Green+Blue) = 50+162+137=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #32A289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A289 is #CD5D76. Grayscale: #7D7D7D. Windows color (decimal): -13458807 or 9019954. OLE color: 9019954.

HSL color Cylindrical-coordinate representation of color #32A289: hue angle of 166.61º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A289 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 162 137 -
CMYK 0.69 0 0.15 0.36
HSL 166.61º 0.53% 0.42% -
HSV(B) 166.61º 0.69% 0.64% -
XYZ 18.75 28.32 28.15 -
YUV 125.66 134.39 74.03 -
System Red Green Blue C M Y K H S L
Decimal 50 162 137 0.69 0 0.15 0.36 166.61 0.53 0.42
Hex 32 A2 89 45 0 F 24 A7 35 2A
Octal 62 242 211 105 0 17 44 247 65 52
Binary 110010 10100010 10001001 1000101 0 1111 100100 10100111 110101 101010

Color Harmonies of #32A289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A289

Black with #32A289

Text Example


Text Example

White with #32A289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32A289; }

 p { color: rgb(50,162,137); }

 H1.HeaderClassName
 {
   color: #32A289;
 }
 .AnyTagClassName
 {
   color: #32A289;
 }
</style>

background-color css

<style>
 a { background-color: #32A289; }

 a { background-color: rgb(50,162,137); }

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

border-color css

<style>
 span { border-color: #32A289; }

 span { border-color: rgb(50,162,137); }

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