Html Css Color HEX #32BA7F Medium Sea Green

📋 copy color: '#32BA7F'

red 50 ◦ green 186 ◦ blue 127

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

Shades of Medium Sea Green #32BA7F

Tints of Medium Sea Green #32BA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.99%

R = 13.77%
G = 51.24%
B = 34.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#32BA7F (or 0x32BA7F) is known color: Medium Sea Green. HEX triplet: 32, BA and 7F. RGB value is (50,186,127). Sum of RGB (Red+Green+Blue) = 50+186+127=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA7F is #CD4580. Grayscale: #8A8A8A. Windows color (decimal): -13452673 or 8370738. OLE color: 8370738.

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

Color convert

RGB 50 186 127 -
CMYK 0.73 0 0.32 0.27
HSL 153.97º 0.58% 0.46% -
HSV(B) 153.97º 0.73% 0.73% -
XYZ 22.71 37.33 26.09 -
YUV 138.61 121.44 64.8 -
System Red Green Blue C M Y K H S L
Decimal 50 186 127 0.73 0 0.32 0.27 153.97 0.58 0.46
Hex 32 BA 7F 49 0 20 1B 9A 3A 2E
Octal 62 272 177 111 0 40 33 232 72 56
Binary 110010 10111010 1111111 1001001 0 100000 11011 10011010 111010 101110

Color Harmonies of #32BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BA7F

Black with #32BA7F

Text Example


Text Example

White with #32BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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