Html Css Color HEX #32BF6F Medium Sea Green

📋 copy color: '#32BF6F'

red 50 ◦ green 191 ◦ blue 111

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

Shades of Medium Sea Green #32BF6F

Tints of Medium Sea Green #32BF6F

RGB

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

 GREEN value IS 191 (75% from 255) = 54.26%

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

R = 14.2%
G = 54.26%
B = 31.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#32BF6F (or 0x32BF6F) is known color: Medium Sea Green. HEX triplet: 32, BF and 6F. RGB value is (50,191,111). Sum of RGB (Red+Green+Blue) = 50+191+111=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF6F is #CD4090. Grayscale: #8B8B8B. Windows color (decimal): -13451409 or 7323442. OLE color: 7323442.

HSL color Cylindrical-coordinate representation of color #32BF6F: hue angle of 145.96º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BF6F is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 191 111 -
CMYK 0.74 0 0.42 0.25
HSL 145.96º 0.59% 0.47% -
HSV(B) 145.96º 0.74% 0.75% -
XYZ 22.82 39.09 21.38 -
YUV 139.72 111.79 64 -
System Red Green Blue C M Y K H S L
Decimal 50 191 111 0.74 0 0.42 0.25 145.96 0.59 0.47
Hex 32 BF 6F 4A 0 2A 19 92 3B 2F
Octal 62 277 157 112 0 52 31 222 73 57
Binary 110010 10111111 1101111 1001010 0 101010 11001 10010010 111011 101111

Color Harmonies of #32BF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BF6F

Black with #32BF6F

Text Example


Text Example

White with #32BF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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