#31C075

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

Shades of Medium Sea Green #31C075

Tints of Medium Sea Green #31C075

Color information

#31C075 (or 0x31C075) is unknown color: approx Medium Sea Green. HEX triplet: 31, C0 and 75. RGB value is (49,192,117). Sum of RGB (Red+Green+Blue) = 49+192+117=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #31C075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C075 is #CE3F8A. Grayscale: #8C8C8C. Windows color (decimal): -13516683 or 7716913. OLE color: 7716913.

HSL color Cylindrical-coordinate representation of color #31C075: hue angle of 148.53º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C075 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB49192117-
CMYK0.7400.390.25
HSL148.53º59.34%47.25%-
HSV(B)148.53º74.48%75.29%-
XYZ23.3339.6423.25-
YUV140.69114.6262.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.69%
GREEN value IS 192 (75.39% from 255) = 53.63%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=13.69%
G=53.63%
B=32.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491921170.7400.390.25148.5359.3447.25
Hex31C0754A02719953b2f
Octal61300165112047312257357
Binary110001110000001110101100101001001111100110010101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,192,117); }

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

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

 a { background-color: rgb(49,192,117); }

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

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

 span { border-color: rgb(49,192,117); }

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