Html Css Color HEX #32CF7D Medium Sea Green

📋 copy color: '#32CF7D'

red 50 ◦ green 207 ◦ blue 125

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

Shades of Medium Sea Green #32CF7D

Tints of Medium Sea Green #32CF7D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.19%

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 13.09%
G = 54.19%
B = 32.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#32CF7D (or 0x32CF7D) is known color: Medium Sea Green. HEX triplet: 32, CF and 7D. RGB value is (50,207,125). Sum of RGB (Red+Green+Blue) = 50+207+125=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CF7D is #CD3082. Grayscale: #969696. Windows color (decimal): -13447299 or 8245042. OLE color: 8245042.

HSL color Cylindrical-coordinate representation of color #32CF7D: hue angle of 148.66º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CF7D is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 207 125 -
CMYK 0.76 0 0.40 0.19
HSL 148.66º 0.62% 0.5% -
HSV(B) 148.66º 0.76% 0.81% -
XYZ 27.33 46.78 26.99 -
YUV 150.71 113.49 56.17 -
System Red Green Blue C M Y K H S L
Decimal 50 207 125 0.76 0 0.40 0.19 148.66 0.62 0.5
Hex 32 CF 7D 4C 0 28 13 95 3E 32
Octal 62 317 175 114 0 50 23 225 76 62
Binary 110010 11001111 1111101 1001100 0 101000 10011 10010101 111110 110010

Color Harmonies of #32CF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CF7D

Black with #32CF7D

Text Example


Text Example

White with #32CF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,207,125); }

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

background-color css

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

 a { background-color: rgb(50,207,125); }

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

border-color css

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

 span { border-color: rgb(50,207,125); }

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