Html Css Color HEX #32BA6F Medium Sea Green

📋 copy color: '#32BA6F'

red 50 ◦ green 186 ◦ blue 111

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

Shades of Medium Sea Green #32BA6F

Tints of Medium Sea Green #32BA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 14.41%
G = 53.6%
B = 31.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#32BA6F (or 0x32BA6F) is known color: Medium Sea Green. HEX triplet: 32, BA and 6F. RGB value is (50,186,111). Sum of RGB (Red+Green+Blue) = 50+186+111=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA6F is #CD4590. Grayscale: #888888. Windows color (decimal): -13452689 or 7322162. OLE color: 7322162.

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

Color convert

RGB 50 186 111 -
CMYK 0.73 0 0.40 0.27
HSL 146.91º 0.58% 0.46% -
HSV(B) 146.91º 0.73% 0.73% -
XYZ 21.74 36.94 21.02 -
YUV 136.79 113.44 66.1 -
System Red Green Blue C M Y K H S L
Decimal 50 186 111 0.73 0 0.40 0.27 146.91 0.58 0.46
Hex 32 BA 6F 49 0 28 1B 93 3A 2E
Octal 62 272 157 111 0 50 33 223 72 56
Binary 110010 10111010 1101111 1001001 0 101000 11011 10010011 111010 101110

Color Harmonies of #32BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BA6F

Black with #32BA6F

Text Example


Text Example

White with #32BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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