#31B4A1

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

Shades of Light Sea Green #31B4A1

Tints of Light Sea Green #31B4A1

Color information

#31B4A1 (or 0x31B4A1) is unknown color: approx Light Sea Green. HEX triplet: 31, B4 and A1. RGB value is (49,180,161). Sum of RGB (Red+Green+Blue) = 49+180+161=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #31B4A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B4A1 is #CE4B5E. Grayscale: #8A8A8A. Windows color (decimal): -13519711 or 10597425. OLE color: 10597425.

HSL color Cylindrical-coordinate representation of color #31B4A1: hue angle of 171.3º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B4A1 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB49180161-
CMYK0.7300.110.29
HSL171.3º57.21%44.9%-
HSV(B)171.3º72.78%70.59%-
XYZ24.0235.8739.38-
YUV138.66140.664.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.56%
GREEN value IS 180 (70.70% from 255) = 46.15%
BLUE value IS 161 (63.28% from 255) = 41.28%
R=12.56%
G=46.15%
B=41.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal491801610.7300.110.29171.357.2144.9
Hex31B4A1490B1Dab392d
Octal61264241111013352537155
Binary11000110110100101000011001001010111110110101011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,180,161); }

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

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

 a { background-color: rgb(49,180,161); }

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

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

 span { border-color: rgb(49,180,161); }

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