#31A274

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

Shades of Medium Sea Green #31A274

Tints of Medium Sea Green #31A274

Color information

#31A274 (or 0x31A274) is unknown color: approx Medium Sea Green. HEX triplet: 31, A2 and 74. RGB value is (49,162,116). Sum of RGB (Red+Green+Blue) = 49+162+116=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #31A274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A274 is #CE5D8B. Grayscale: #7B7B7B. Windows color (decimal): -13524364 or 7643697. OLE color: 7643697.

HSL color Cylindrical-coordinate representation of color #31A274: hue angle of 155.58º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A274 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB49162116-
CMYK0.7000.280.36
HSL155.58º53.55%41.37%-
HSV(B)155.58º69.75%63.53%-
XYZ17.3427.7520.97-
YUV122.97124.0675.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.98%
GREEN value IS 162 (63.67% from 255) = 49.54%
BLUE value IS 116 (45.70% from 255) = 35.47%
R=14.98%
G=49.54%
B=35.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491621160.7000.280.36155.5853.5541.37
Hex31A2744601C249c3629
Octal61242164106034442346651
Binary110001101000101110100100011001110010010010011100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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