Html Css Color HEX #32BD6F Medium Sea Green

📋 copy color: '#32BD6F'

red 50 ◦ green 189 ◦ blue 111

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

Shades of Medium Sea Green #32BD6F

Tints of Medium Sea Green #32BD6F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54%

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

R = 14.29%
G = 54%
B = 31.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#32BD6F (or 0x32BD6F) is known color: Medium Sea Green. HEX triplet: 32, BD and 6F. RGB value is (50,189,111). Sum of RGB (Red+Green+Blue) = 50+189+111=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BD6F is #CD4290. Grayscale: #8A8A8A. Windows color (decimal): -13451921 or 7322930. OLE color: 7322930.

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

Color convert

RGB 50 189 111 -
CMYK 0.74 0 0.41 0.26
HSL 146.33º 0.58% 0.47% -
HSV(B) 146.33º 0.74% 0.74% -
XYZ 22.38 38.22 21.24 -
YUV 138.55 112.45 64.84 -
System Red Green Blue C M Y K H S L
Decimal 50 189 111 0.74 0 0.41 0.26 146.33 0.58 0.47
Hex 32 BD 6F 4A 0 29 1A 92 3A 2F
Octal 62 275 157 112 0 51 32 222 72 57
Binary 110010 10111101 1101111 1001010 0 101001 11010 10010010 111010 101111

Color Harmonies of #32BD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BD6F

Black with #32BD6F

Text Example


Text Example

White with #32BD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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