#31B3A5

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

Shades of Light Sea Green #31B3A5

Tints of Light Sea Green #31B3A5

Color information

#31B3A5 (or 0x31B3A5) is unknown color: approx Light Sea Green. HEX triplet: 31, B3 and A5. RGB value is (49,179,165). Sum of RGB (Red+Green+Blue) = 49+179+165=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #31B3A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B3A5 is #CE4C5A. Grayscale: #8A8A8A. Windows color (decimal): -13519963 or 10859313. OLE color: 10859313.

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

Color convert

RGB49179165-
CMYK0.7300.080.30
HSL173.54º57.02%44.71%-
HSV(B)173.54º72.63%70.2%-
XYZ24.1835.6141.2-
YUV138.53142.9364.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.47%
GREEN value IS 179 (70.31% from 255) = 45.55%
BLUE value IS 165 (64.84% from 255) = 41.98%
R=12.47%
G=45.55%
B=41.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal491791650.7300.080.30173.5457.0244.71
Hex31B3A549081Eae392d
Octal61263245111010362567155
Binary11000110110011101001011001001010001111010101110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,179,165); }

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

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

 a { background-color: rgb(49,179,165); }

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

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

 span { border-color: rgb(49,179,165); }

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