Html Css Color HEX #32BA7C Medium Sea Green

📋 copy color: '#32BA7C'

red 50 ◦ green 186 ◦ blue 124

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

Shades of Medium Sea Green #32BA7C

Tints of Medium Sea Green #32BA7C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.67%

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 13.89%
G = 51.67%
B = 34.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#32BA7C (or 0x32BA7C) is known color: Medium Sea Green. HEX triplet: 32, BA and 7C. RGB value is (50,186,124). Sum of RGB (Red+Green+Blue) = 50+186+124=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA7C is #CD4583. Grayscale: #8A8A8A. Windows color (decimal): -13452676 or 8174130. OLE color: 8174130.

HSL color Cylindrical-coordinate representation of color #32BA7C: hue angle of 152.65º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BA7C is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 186 124 -
CMYK 0.73 0 0.33 0.27
HSL 152.65º 0.58% 0.46% -
HSV(B) 152.65º 0.73% 0.73% -
XYZ 22.51 37.25 25.07 -
YUV 138.27 119.94 65.04 -
System Red Green Blue C M Y K H S L
Decimal 50 186 124 0.73 0 0.33 0.27 152.65 0.58 0.46
Hex 32 BA 7C 49 0 21 1B 99 3A 2E
Octal 62 272 174 111 0 41 33 231 72 56
Binary 110010 10111010 1111100 1001001 0 100001 11011 10011001 111010 101110

Color Harmonies of #32BA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BA7C

Black with #32BA7C

Text Example


Text Example

White with #32BA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,186,124); }

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

background-color css

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

 a { background-color: rgb(50,186,124); }

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

border-color css

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

 span { border-color: rgb(50,186,124); }

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