Html Css Color HEX #32C265 Medium Sea Green

📋 copy color: '#32C265'

red 50 ◦ green 194 ◦ blue 101

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

Shades of Medium Sea Green #32C265

Tints of Medium Sea Green #32C265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.28%

R = 14.49%
G = 56.23%
B = 29.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#32C265 (or 0x32C265) is known color: Medium Sea Green. HEX triplet: 32, C2 and 65. RGB value is (50,194,101). Sum of RGB (Red+Green+Blue) = 50+194+101=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 194 (76.17% from 255 or 56.23% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 194 - color contains mainly: green. Hex color #32C265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C265 is #CD3D9A. Grayscale: #8C8C8C. Windows color (decimal): -13450651 or 6668850. OLE color: 6668850.

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

Color convert

RGB 50 194 101 -
CMYK 0.74 0 0.48 0.24
HSL 141.25º 0.59% 0.48% -
HSV(B) 141.25º 0.74% 0.76% -
XYZ 22.96 40.2 18.86 -
YUV 140.34 105.79 63.56 -
System Red Green Blue C M Y K H S L
Decimal 50 194 101 0.74 0 0.48 0.24 141.25 0.59 0.48
Hex 32 C2 65 4A 0 30 18 8D 3B 30
Octal 62 302 145 112 0 60 30 215 73 60
Binary 110010 11000010 1100101 1001010 0 110000 11000 10001101 111011 110000

Color Harmonies of #32C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C265

Black with #32C265

Text Example


Text Example

White with #32C265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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