Html Css Color HEX #32AE89 Jungle Green

📋 copy color: '#32AE89'

red 50 ◦ green 174 ◦ blue 137

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

Shades of Jungle Green #32AE89

Tints of Jungle Green #32AE89

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.2%

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

R = 13.85%
G = 48.2%
B = 37.95%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#32AE89 (or 0x32AE89) is known color: Jungle Green. HEX triplet: 32, AE and 89. RGB value is (50,174,137). Sum of RGB (Red+Green+Blue) = 50+174+137=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AE89 is #CD5176. Grayscale: #848484. Windows color (decimal): -13455735 or 9023026. OLE color: 9023026.

HSL color Cylindrical-coordinate representation of color #32AE89: hue angle of 162.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AE89 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 174 137 -
CMYK 0.71 0 0.21 0.32
HSL 162.1º 0.55% 0.44% -
HSV(B) 162.1º 0.71% 0.68% -
XYZ 20.97 32.76 28.88 -
YUV 132.71 130.42 69.01 -
System Red Green Blue C M Y K H S L
Decimal 50 174 137 0.71 0 0.21 0.32 162.1 0.55 0.44
Hex 32 AE 89 47 0 15 20 A2 37 2C
Octal 62 256 211 107 0 25 40 242 67 54
Binary 110010 10101110 10001001 1000111 0 10101 100000 10100010 110111 101100

Color Harmonies of #32AE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AE89

Black with #32AE89

Text Example


Text Example

White with #32AE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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