#32BF74

Color #32BF74 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #32BF74

Tints of Medium Sea Green #32BF74

Color information

#32BF74 (or 0x32BF74) is unknown color: approx Medium Sea Green. HEX triplet: 32, BF and 74. RGB value is (50,191,116). Sum of RGB (Red+Green+Blue) = 50+191+116=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF74 is #CD408B. Grayscale: #8C8C8C. Windows color (decimal): -13451404 or 7651122. OLE color: 7651122.

HSL color Cylindrical-coordinate representation of color #32BF74: hue angle of 148.09º 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 #32BF74 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB50191116-
CMYK0.7400.390.25
HSL148.09º58.51%47.25%-
HSV(B)148.09º73.82%74.9%-
XYZ23.139.222.87-
YUV140.29114.2963.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.01%
GREEN value IS 191 (75% from 255) = 53.50%
BLUE value IS 116 (45.70% from 255) = 32.49%
R=14.01%
G=53.50%
B=32.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501911160.7400.390.25148.0958.5147.25
Hex32BF744A02719943b2f
Octal62277164112047312247357
Binary110010101111111110100100101001001111100110010100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #32BF74;
 }
 .AnyTagClassName
 {
   color: #32BF74;
 }
</style>
background-color css

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

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

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

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

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

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