#31B274

Color #31B274 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #31B274

Tints of Medium Sea Green #31B274

Color information

#31B274 (or 0x31B274) is unknown color: approx Medium Sea Green. HEX triplet: 31, B2 and 74. RGB value is (49,178,116). Sum of RGB (Red+Green+Blue) = 49+178+116=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #31B274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B274 is #CE4D8B. Grayscale: #848484. Windows color (decimal): -13520268 or 7647793. OLE color: 7647793.

HSL color Cylindrical-coordinate representation of color #31B274: hue angle of 151.16º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B274 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB49178116-
CMYK0.7200.350.30
HSL151.16º56.83%44.51%-
HSV(B)151.16º72.47%69.8%-
XYZ20.3433.7521.97-
YUV132.36118.7668.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.29%
GREEN value IS 178 (69.92% from 255) = 51.90%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=14.29%
G=51.90%
B=33.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal491781160.7200.350.30151.1656.8344.51
Hex31B274480231E97392d
Octal61262164110043362277155
Binary110001101100101110100100100001000111111010010111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,178,116); }

 H1.HeaderClassName
 {
   color: #31B274;
 }
 .AnyTagClassName
 {
   color: #31B274;
 }
</style>
background-color css

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

 a { background-color: rgb(49,178,116); }

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

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

 span { border-color: rgb(49,178,116); }

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