#31BAAC

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

Shades of Light Sea Green #31BAAC

Tints of Light Sea Green #31BAAC

Color information

#31BAAC (or 0x31BAAC) is unknown color: approx Light Sea Green. HEX triplet: 31, BA and AC. RGB value is (49,186,172). Sum of RGB (Red+Green+Blue) = 49+186+172=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #31BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BAAC is #CE4553. Grayscale: #8F8F8F. Windows color (decimal): -13518164 or 11319857. OLE color: 11319857.

HSL color Cylindrical-coordinate representation of color #31BAAC: hue angle of 173.87º 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 #31BAAC is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB49186172-
CMYK0.7400.080.27
HSL173.87º58.3%46.08%-
HSV(B)173.87º73.66%72.94%-
XYZ26.2738.7545.12-
YUV143.44144.1160.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.04%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=12.04%
G=45.70%
B=42.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491861720.7400.080.27173.8758.346.08
Hex31BAAC4A081Bae3a2e
Octal61272254112010332567256
Binary11000110111010101011001001010010001101110101110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,186,172); }

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

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

 a { background-color: rgb(49,186,172); }

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

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

 span { border-color: rgb(49,186,172); }

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