Html Css Color HEX #32AF75 Medium Sea Green

📋 copy color: '#32AF75'

red 50 ◦ green 175 ◦ blue 117

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

Shades of Medium Sea Green #32AF75

Tints of Medium Sea Green #32AF75

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.17%

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

R = 14.62%
G = 51.17%
B = 34.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#32AF75 (or 0x32AF75) is known color: Medium Sea Green. HEX triplet: 32, AF and 75. RGB value is (50,175,117). Sum of RGB (Red+Green+Blue) = 50+175+117=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF75 is #CD508A. Grayscale: #838383. Windows color (decimal): -13455499 or 7712562. OLE color: 7712562.

HSL color Cylindrical-coordinate representation of color #32AF75: hue angle of 152.16º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF75 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 175 117 -
CMYK 0.71 0 0.33 0.31
HSL 152.16º 0.56% 0.44% -
HSV(B) 152.16º 0.71% 0.69% -
XYZ 19.86 32.62 22.08 -
YUV 131.01 120.09 70.22 -
System Red Green Blue C M Y K H S L
Decimal 50 175 117 0.71 0 0.33 0.31 152.16 0.56 0.44
Hex 32 AF 75 47 0 21 1F 98 38 2C
Octal 62 257 165 107 0 41 37 230 70 54
Binary 110010 10101111 1110101 1000111 0 100001 11111 10011000 111000 101100

Color Harmonies of #32AF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF75

Black with #32AF75

Text Example


Text Example

White with #32AF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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