Html Css Color HEX #32AF60 Medium Sea Green

📋 copy color: '#32AF60'

red 50 ◦ green 175 ◦ blue 96

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

Shades of Medium Sea Green #32AF60

Tints of Medium Sea Green #32AF60

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.52%

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 15.58%
G = 54.52%
B = 29.91%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#32AF60 (or 0x32AF60) is known color: Medium Sea Green. HEX triplet: 32, AF and 60. RGB value is (50,175,96). Sum of RGB (Red+Green+Blue) = 50+175+96=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF60 is #CD509F. Grayscale: #808080. Windows color (decimal): -13455520 or 6336306. OLE color: 6336306.

HSL color Cylindrical-coordinate representation of color #32AF60: hue angle of 142.08º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF60 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 175 96 -
CMYK 0.71 0 0.45 0.31
HSL 142.08º 0.56% 0.44% -
HSV(B) 142.08º 0.71% 0.69% -
XYZ 18.76 32.18 16.29 -
YUV 128.62 109.59 71.92 -
System Red Green Blue C M Y K H S L
Decimal 50 175 96 0.71 0 0.45 0.31 142.08 0.56 0.44
Hex 32 AF 60 47 0 2D 1F 8E 38 2C
Octal 62 257 140 107 0 55 37 216 70 54
Binary 110010 10101111 1100000 1000111 0 101101 11111 10001110 111000 101100

Color Harmonies of #32AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF60

Black with #32AF60

Text Example


Text Example

White with #32AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,175,96); }

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

background-color css

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

 a { background-color: rgb(50,175,96); }

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

border-color css

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

 span { border-color: rgb(50,175,96); }

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