Html Css Color HEX #32D074 Medium Sea Green

📋 copy color: '#32D074'

red 50 ◦ green 208 ◦ blue 116

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

Shades of Medium Sea Green #32D074

Tints of Medium Sea Green #32D074

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.61%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 13.37%
G = 55.61%
B = 31.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#32D074 (or 0x32D074) is known color: Medium Sea Green. HEX triplet: 32, D0 and 74. RGB value is (50,208,116). Sum of RGB (Red+Green+Blue) = 50+208+116=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #32D074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D074 is #CD2F8B. Grayscale: #969696. Windows color (decimal): -13447052 or 7655474. OLE color: 7655474.

HSL color Cylindrical-coordinate representation of color #32D074: hue angle of 145.06º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D074 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 208 116 -
CMYK 0.76 0 0.44 0.18
HSL 145.06º 0.63% 0.51% -
HSV(B) 145.06º 0.76% 0.82% -
XYZ 27.02 47.05 24.18 -
YUV 150.27 108.65 56.48 -
System Red Green Blue C M Y K H S L
Decimal 50 208 116 0.76 0 0.44 0.18 145.06 0.63 0.51
Hex 32 D0 74 4C 0 2C 12 91 3F 33
Octal 62 320 164 114 0 54 22 221 77 63
Binary 110010 11010000 1110100 1001100 0 101100 10010 10010001 111111 110011

Color Harmonies of #32D074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D074

Black with #32D074

Text Example


Text Example

White with #32D074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,208,116); }

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

background-color css

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

 a { background-color: rgb(50,208,116); }

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

border-color css

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

 span { border-color: rgb(50,208,116); }

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