Html Css Color HEX #31AF76 Medium Sea Green

📋 copy color: '#31AF76'

red 49 ◦ green 175 ◦ blue 118

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

Shades of Medium Sea Green #31AF76

Tints of Medium Sea Green #31AF76

RGB

 RED value IS 49 (19.53% from 255) = 14.33%

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

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 14.33%
G = 51.17%
B = 34.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#31AF76 (or 0x31AF76) is known color: Medium Sea Green. HEX triplet: 31, AF and 76. RGB value is (49,175,118). Sum of RGB (Red+Green+Blue) = 49+175+118=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AF76 is #CE5089. Grayscale: #828282. Windows color (decimal): -13521034 or 7778097. OLE color: 7778097.

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

Color convert

RGB 49 175 118 -
CMYK 0.72 0 0.33 0.31
HSL 152.86º 0.56% 0.44% -
HSV(B) 152.86º 0.72% 0.69% -
XYZ 19.87 32.62 22.39 -
YUV 130.83 120.76 69.63 -
System Red Green Blue C M Y K H S L
Decimal 49 175 118 0.72 0 0.33 0.31 152.86 0.56 0.44
Hex 31 AF 76 48 0 21 1F 99 38 2C
Octal 61 257 166 110 0 41 37 231 70 54
Binary 110001 10101111 1110110 1001000 0 100001 11111 10011001 111000 101100

Color Harmonies of #31AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF76

Black with #31AF76

Text Example


Text Example

White with #31AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31AF76; }

 p { color: rgb(49,175,118); }

 H1.HeaderClassName
 {
   color: #31AF76;
 }
 .AnyTagClassName
 {
   color: #31AF76;
 }
</style>

background-color css

<style>
 a { background-color: #31AF76; }

 a { background-color: rgb(49,175,118); }

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

border-color css

<style>
 span { border-color: #31AF76; }

 span { border-color: rgb(49,175,118); }

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