#32CD74

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

Shades of Medium Sea Green #32CD74

Tints of Medium Sea Green #32CD74

Color information

#32CD74 (or 0x32CD74) is unknown color: approx Medium Sea Green. HEX triplet: 32, CD and 74. RGB value is (50,205,116). Sum of RGB (Red+Green+Blue) = 50+205+116=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD74 is #CD328B. Grayscale: #949494. Windows color (decimal): -13447820 or 7654706. OLE color: 7654706.

HSL color Cylindrical-coordinate representation of color #32CD74: hue angle of 145.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD74 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB50205116-
CMYK0.7600.430.20
HSL145.55º60.78%50%-
HSV(B)145.55º75.61%80.39%-
XYZ26.345.623.94-
YUV148.51109.6557.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.48%
GREEN value IS 205 (80.47% from 255) = 55.26%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=13.48%
G=55.26%
B=31.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal502051160.7600.430.20145.5560.7850
Hex32CD744C02B14923d32
Octal62315164114053242227562
Binary110010110011011110100100110001010111010010010010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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