Html Css Color HEX #32BD75 Medium Sea Green

📋 copy color: '#32BD75'

red 50 ◦ green 189 ◦ blue 117

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

Shades of Medium Sea Green #32BD75

Tints of Medium Sea Green #32BD75

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.09%

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

R = 14.04%
G = 53.09%
B = 32.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#32BD75 (or 0x32BD75) is known color: Medium Sea Green. HEX triplet: 32, BD and 75. RGB value is (50,189,117). Sum of RGB (Red+Green+Blue) = 50+189+117=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BD75 is #CD428A. Grayscale: #8B8B8B. Windows color (decimal): -13451915 or 7716146. OLE color: 7716146.

HSL color Cylindrical-coordinate representation of color #32BD75: hue angle of 148.92º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD75 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 189 117 -
CMYK 0.74 0 0.38 0.26
HSL 148.92º 0.58% 0.47% -
HSV(B) 148.92º 0.74% 0.74% -
XYZ 22.72 38.36 23.04 -
YUV 139.23 115.45 64.35 -
System Red Green Blue C M Y K H S L
Decimal 50 189 117 0.74 0 0.38 0.26 148.92 0.58 0.47
Hex 32 BD 75 4A 0 26 1A 95 3A 2F
Octal 62 275 165 112 0 46 32 225 72 57
Binary 110010 10111101 1110101 1001010 0 100110 11010 10010101 111010 101111

Color Harmonies of #32BD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BD75

Black with #32BD75

Text Example


Text Example

White with #32BD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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