Html Css Color HEX #32BD66 Medium Sea Green

📋 copy color: '#32BD66'

red 50 ◦ green 189 ◦ blue 102

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

Shades of Medium Sea Green #32BD66

Tints of Medium Sea Green #32BD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.91%

R = 14.66%
G = 55.43%
B = 29.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#32BD66 (or 0x32BD66) is known color: Medium Sea Green. HEX triplet: 32, BD and 66. RGB value is (50,189,102). Sum of RGB (Red+Green+Blue) = 50+189+102=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BD66 is #CD4299. Grayscale: #898989. Windows color (decimal): -13451930 or 6733106. OLE color: 6733106.

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

Color convert

RGB 50 189 102 -
CMYK 0.74 0 0.46 0.26
HSL 142.45º 0.58% 0.47% -
HSV(B) 142.45º 0.74% 0.74% -
XYZ 21.91 38.03 18.76 -
YUV 137.52 107.95 65.57 -
System Red Green Blue C M Y K H S L
Decimal 50 189 102 0.74 0 0.46 0.26 142.45 0.58 0.47
Hex 32 BD 66 4A 0 2E 1A 8E 3A 2F
Octal 62 275 146 112 0 56 32 216 72 57
Binary 110010 10111101 1100110 1001010 0 101110 11010 10001110 111010 101111

Color Harmonies of #32BD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BD66

Black with #32BD66

Text Example


Text Example

White with #32BD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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