Html Css Color HEX #32CC75 Medium Sea Green

📋 copy color: '#32CC75'

red 50 ◦ green 204 ◦ blue 117

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

Shades of Medium Sea Green #32CC75

Tints of Medium Sea Green #32CC75

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.99%

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

R = 13.48%
G = 54.99%
B = 31.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#32CC75 (or 0x32CC75) is known color: Medium Sea Green. HEX triplet: 32, CC and 75. RGB value is (50,204,117). Sum of RGB (Red+Green+Blue) = 50+204+117=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CC75 is #CD338A. Grayscale: #949494. Windows color (decimal): -13448075 or 7719986. OLE color: 7719986.

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

Color convert

RGB 50 204 117 -
CMYK 0.75 0 0.43 0.2
HSL 146.1º 0.61% 0.5% -
HSV(B) 146.1º 0.75% 0.8% -
XYZ 26.12 45.15 24.17 -
YUV 148.04 110.48 58.07 -
System Red Green Blue C M Y K H S L
Decimal 50 204 117 0.75 0 0.43 0.2 146.1 0.61 0.5
Hex 32 CC 75 4B 0 2B 14 92 3D 32
Octal 62 314 165 113 0 53 24 222 75 62
Binary 110010 11001100 1110101 1001011 0 101011 10100 10010010 111101 110010

Color Harmonies of #32CC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CC75

Black with #32CC75

Text Example


Text Example

White with #32CC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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