Html Css Color HEX #32CB74 Medium Sea Green

📋 copy color: '#32CB74'

red 50 ◦ green 203 ◦ blue 116

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

Shades of Medium Sea Green #32CB74

Tints of Medium Sea Green #32CB74

RGB

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

 GREEN value IS 203 (79.69% from 255) = 55.01%

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 13.55%
G = 55.01%
B = 31.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#32CB74 (or 0x32CB74) is known color: Medium Sea Green. HEX triplet: 32, CB and 74. RGB value is (50,203,116). Sum of RGB (Red+Green+Blue) = 50+203+116=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CB74 is #CD348B. Grayscale: #939393. Windows color (decimal): -13448332 or 7654194. OLE color: 7654194.

HSL color Cylindrical-coordinate representation of color #32CB74: hue angle of 145.88º degrees, saturation: 0.6, 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 #32CB74 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 203 116 -
CMYK 0.75 0 0.43 0.20
HSL 145.88º 0.6% 0.5% -
HSV(B) 145.88º 0.75% 0.8% -
XYZ 25.82 44.65 23.78 -
YUV 147.34 110.31 58.57 -
System Red Green Blue C M Y K H S L
Decimal 50 203 116 0.75 0 0.43 0.20 145.88 0.6 0.5
Hex 32 CB 74 4B 0 2B 14 92 3C 32
Octal 62 313 164 113 0 53 24 222 74 62
Binary 110010 11001011 1110100 1001011 0 101011 10100 10010010 111100 110010

Color Harmonies of #32CB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CB74

Black with #32CB74

Text Example


Text Example

White with #32CB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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