Html Css Color HEX #32BB75 Medium Sea Green

📋 copy color: '#32BB75'

red 50 ◦ green 187 ◦ blue 117

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

Shades of Medium Sea Green #32BB75

Tints of Medium Sea Green #32BB75

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.82%

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

R = 14.12%
G = 52.82%
B = 33.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#32BB75 (or 0x32BB75) is known color: Medium Sea Green. HEX triplet: 32, BB and 75. RGB value is (50,187,117). Sum of RGB (Red+Green+Blue) = 50+187+117=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 187 (73.44% from 255 or 52.82% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BB75 is #CD448A. Grayscale: #8A8A8A. Windows color (decimal): -13452427 or 7715634. OLE color: 7715634.

HSL color Cylindrical-coordinate representation of color #32BB75: hue angle of 149.34º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BB75 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 187 117 -
CMYK 0.73 0 0.37 0.27
HSL 149.34º 0.58% 0.46% -
HSV(B) 149.34º 0.73% 0.73% -
XYZ 22.3 37.5 22.89 -
YUV 138.06 116.11 65.19 -
System Red Green Blue C M Y K H S L
Decimal 50 187 117 0.73 0 0.37 0.27 149.34 0.58 0.46
Hex 32 BB 75 49 0 25 1B 95 3A 2E
Octal 62 273 165 111 0 45 33 225 72 56
Binary 110010 10111011 1110101 1001001 0 100101 11011 10010101 111010 101110

Color Harmonies of #32BB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BB75

Black with #32BB75

Text Example


Text Example

White with #32BB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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