Html Css Color HEX #32AD75 Medium Sea Green

📋 copy color: '#32AD75'

red 50 ◦ green 173 ◦ blue 117

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

Shades of Medium Sea Green #32AD75

Tints of Medium Sea Green #32AD75

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.88%

 BLUE value IS 117 (46.09% from 255) = 34.41%

R = 14.71%
G = 50.88%
B = 34.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#32AD75 (or 0x32AD75) is known color: Medium Sea Green. HEX triplet: 32, AD and 75. RGB value is (50,173,117). Sum of RGB (Red+Green+Blue) = 50+173+117=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AD75 is #CD528A. Grayscale: #818181. Windows color (decimal): -13456011 or 7712050. OLE color: 7712050.

HSL color Cylindrical-coordinate representation of color #32AD75: hue angle of 152.68º 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 #32AD75 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 173 117 -
CMYK 0.71 0 0.32 0.32
HSL 152.68º 0.55% 0.44% -
HSV(B) 152.68º 0.71% 0.68% -
XYZ 19.47 31.85 21.95 -
YUV 129.84 120.75 71.05 -
System Red Green Blue C M Y K H S L
Decimal 50 173 117 0.71 0 0.32 0.32 152.68 0.55 0.44
Hex 32 AD 75 47 0 20 20 99 37 2C
Octal 62 255 165 107 0 40 40 231 67 54
Binary 110010 10101101 1110101 1000111 0 100000 100000 10011001 110111 101100

Color Harmonies of #32AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AD75

Black with #32AD75

Text Example


Text Example

White with #32AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,173,117); }

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

background-color css

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

 a { background-color: rgb(50,173,117); }

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

border-color css

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

 span { border-color: rgb(50,173,117); }

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