Html Css Color HEX #32C275 Medium Sea Green

📋 copy color: '#32C275'

red 50 ◦ green 194 ◦ blue 117

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

Shades of Medium Sea Green #32C275

Tints of Medium Sea Green #32C275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.74%

 BLUE value IS 117 (46.09% from 255) = 32.41%

R = 13.85%
G = 53.74%
B = 32.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#32C275 (or 0x32C275) is known color: Medium Sea Green. HEX triplet: 32, C2 and 75. RGB value is (50,194,117). Sum of RGB (Red+Green+Blue) = 50+194+117=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #32C275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C275 is #CD3D8A. Grayscale: #8E8E8E. Windows color (decimal): -13450635 or 7717426. OLE color: 7717426.

HSL color Cylindrical-coordinate representation of color #32C275: hue angle of 147.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C275 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 194 117 -
CMYK 0.74 0 0.40 0.24
HSL 147.92º 0.59% 0.48% -
HSV(B) 147.92º 0.74% 0.76% -
XYZ 23.82 40.55 23.4 -
YUV 142.17 113.79 62.26 -
System Red Green Blue C M Y K H S L
Decimal 50 194 117 0.74 0 0.40 0.24 147.92 0.59 0.48
Hex 32 C2 75 4A 0 28 18 94 3B 30
Octal 62 302 165 112 0 50 30 224 73 60
Binary 110010 11000010 1110101 1001010 0 101000 11000 10010100 111011 110000

Color Harmonies of #32C275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C275

Black with #32C275

Text Example


Text Example

White with #32C275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,194,117); }

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

background-color css

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

 a { background-color: rgb(50,194,117); }

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

border-color css

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

 span { border-color: rgb(50,194,117); }

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