Html Css Color HEX #32CA7F Medium Sea Green

📋 copy color: '#32CA7F'

red 50 ◦ green 202 ◦ blue 127

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

Shades of Medium Sea Green #32CA7F

Tints of Medium Sea Green #32CA7F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.3%

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

R = 13.19%
G = 53.3%
B = 33.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#32CA7F (or 0x32CA7F) is known color: Medium Sea Green. HEX triplet: 32, CA and 7F. RGB value is (50,202,127). Sum of RGB (Red+Green+Blue) = 50+202+127=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CA7F is #CD3580. Grayscale: #949494. Windows color (decimal): -13448577 or 8374834. OLE color: 8374834.

HSL color Cylindrical-coordinate representation of color #32CA7F: hue angle of 150.39º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CA7F is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 202 127 -
CMYK 0.75 0 0.37 0.21
HSL 150.39º 0.6% 0.49% -
HSV(B) 150.39º 0.75% 0.79% -
XYZ 26.27 44.45 27.27 -
YUV 148 116.14 58.1 -
System Red Green Blue C M Y K H S L
Decimal 50 202 127 0.75 0 0.37 0.21 150.39 0.6 0.49
Hex 32 CA 7F 4B 0 25 15 96 3C 31
Octal 62 312 177 113 0 45 25 226 74 61
Binary 110010 11001010 1111111 1001011 0 100101 10101 10010110 111100 110001

Color Harmonies of #32CA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CA7F

Black with #32CA7F

Text Example


Text Example

White with #32CA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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