Html Css Color HEX #32BC7A Medium Sea Green

📋 copy color: '#32BC7A'

red 50 ◦ green 188 ◦ blue 122

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

Shades of Medium Sea Green #32BC7A

Tints of Medium Sea Green #32BC7A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.22%

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 13.89%
G = 52.22%
B = 33.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#32BC7A (or 0x32BC7A) is known color: Medium Sea Green. HEX triplet: 32, BC and 7A. RGB value is (50,188,122). Sum of RGB (Red+Green+Blue) = 50+188+122=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BC7A is #CD4385. Grayscale: #8B8B8B. Windows color (decimal): -13452166 or 8043570. OLE color: 8043570.

HSL color Cylindrical-coordinate representation of color #32BC7A: hue angle of 151.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC7A is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 188 122 -
CMYK 0.73 0 0.35 0.26
HSL 151.3º 0.58% 0.47% -
HSV(B) 151.3º 0.73% 0.74% -
XYZ 22.81 38.05 24.55 -
YUV 139.21 118.28 64.37 -
System Red Green Blue C M Y K H S L
Decimal 50 188 122 0.73 0 0.35 0.26 151.3 0.58 0.47
Hex 32 BC 7A 49 0 23 1A 97 3A 2F
Octal 62 274 172 111 0 43 32 227 72 57
Binary 110010 10111100 1111010 1001001 0 100011 11010 10010111 111010 101111

Color Harmonies of #32BC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BC7A

Black with #32BC7A

Text Example


Text Example

White with #32BC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,188,122); }

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

background-color css

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

 a { background-color: rgb(50,188,122); }

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

border-color css

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

 span { border-color: rgb(50,188,122); }

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