#31BD7B

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

Shades of Medium Sea Green #31BD7B

Tints of Medium Sea Green #31BD7B

Color information

#31BD7B (or 0x31BD7B) is unknown color: approx Medium Sea Green. HEX triplet: 31, BD and 7B. RGB value is (49,189,123). Sum of RGB (Red+Green+Blue) = 49+189+123=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BD7B is #CE4284. Grayscale: #8B8B8B. Windows color (decimal): -13517445 or 8109361. OLE color: 8109361.

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

Color convert

RGB49189123-
CMYK0.7400.350.26
HSL151.71º58.82%46.67%-
HSV(B)151.71º74.07%74.12%-
XYZ23.0438.4824.95-
YUV139.62118.6263.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.57%
GREEN value IS 189 (74.22% from 255) = 52.35%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=13.57%
G=52.35%
B=34.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal491891230.7400.350.26151.7158.8246.67
Hex31BD7B4A0231A983b2f
Octal61275173112043322307357
Binary110001101111011111011100101001000111101010011000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,189,123); }

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

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

 a { background-color: rgb(49,189,123); }

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

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

 span { border-color: rgb(49,189,123); }

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