#31BB5E

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

Shades of Medium Sea Green #31BB5E

Tints of Medium Sea Green #31BB5E

Color information

#31BB5E (or 0x31BB5E) is unknown color: approx Medium Sea Green. HEX triplet: 31, BB and 5E. RGB value is (49,187,94). Sum of RGB (Red+Green+Blue) = 49+187+94=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BB5E is #CE44A1. Grayscale: #878787. Windows color (decimal): -13517986 or 6208305. OLE color: 6208305.

HSL color Cylindrical-coordinate representation of color #31BB5E: hue angle of 139.57º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BB5E is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB4918794-
CMYK0.7400.500.27
HSL139.57º58.47%46.27%-
HSV(B)139.57º73.8%73.33%-
XYZ21.063716.62-
YUV135.14104.7866.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.85%
GREEN value IS 187 (73.44% from 255) = 56.67%
BLUE value IS 94 (37.11% from 255) = 28.48%
R=14.85%
G=56.67%
B=28.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49187940.7400.500.27139.5758.4746.27
Hex31BB5E4A0321B8c3a2e
Octal61273136112062332147256
Binary110001101110111011110100101001100101101110001100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,187,94); }

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

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

 a { background-color: rgb(49,187,94); }

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

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

 span { border-color: rgb(49,187,94); }

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