#31B4A0

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

Shades of Light Sea Green #31B4A0

Tints of Light Sea Green #31B4A0

Color information

#31B4A0 (or 0x31B4A0) is unknown color: approx Light Sea Green. HEX triplet: 31, B4 and A0. RGB value is (49,180,160). Sum of RGB (Red+Green+Blue) = 49+180+160=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #31B4A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B4A0 is #CE4B5F. Grayscale: #8A8A8A. Windows color (decimal): -13519712 or 10531889. OLE color: 10531889.

HSL color Cylindrical-coordinate representation of color #31B4A0: hue angle of 170.84º 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 #31B4A0 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB49180160-
CMYK0.7300.110.29
HSL170.84º57.21%44.9%-
HSV(B)170.84º72.78%70.59%-
XYZ23.9335.8338.91-
YUV138.55140.164.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.60%
GREEN value IS 180 (70.70% from 255) = 46.27%
BLUE value IS 160 (62.89% from 255) = 41.13%
R=12.60%
G=46.27%
B=41.13%

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
Decimal491801600.7300.110.29170.8457.2144.9
Hex31B4A0490B1Dab392d
Octal61264240111013352537155
Binary11000110110100101000001001001010111110110101011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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