#31B6A3

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

Shades of Light Sea Green #31B6A3

Tints of Light Sea Green #31B6A3

Color information

#31B6A3 (or 0x31B6A3) is unknown color: approx Light Sea Green. HEX triplet: 31, B6 and A3. RGB value is (49,182,163). Sum of RGB (Red+Green+Blue) = 49+182+163=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 182 - color contains mainly: green. Hex color #31B6A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B6A3 is #CE495C. Grayscale: #8C8C8C. Windows color (decimal): -13519197 or 10729009. OLE color: 10729009.

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

Color convert

RGB49182163-
CMYK0.7300.100.29
HSL171.43º57.58%45.29%-
HSV(B)171.43º73.08%71.37%-
XYZ24.6136.7540.45-
YUV140.07140.9463.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.44%
GREEN value IS 182 (71.48% from 255) = 46.19%
BLUE value IS 163 (64.06% from 255) = 41.37%
R=12.44%
G=46.19%
B=41.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal491821630.7300.100.29171.4357.5845.29
Hex31B6A3490A1Dab3a2d
Octal61266243111012352537255
Binary11000110110110101000111001001010101110110101011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,182,163); }

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

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

 a { background-color: rgb(49,182,163); }

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

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

 span { border-color: rgb(49,182,163); }

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