#31A7AA

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

Shades of Light Sea Green #31A7AA

Tints of Light Sea Green #31A7AA

Color information

#31A7AA (or 0x31A7AA) is unknown color: approx Light Sea Green. HEX triplet: 31, A7 and AA. RGB value is (49,167,170). Sum of RGB (Red+Green+Blue) = 49+167+170=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #31A7AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A7AA is #CE5855. Grayscale: #838383. Windows color (decimal): -13523030 or 11183921. OLE color: 11183921.

HSL color Cylindrical-coordinate representation of color #31A7AA: hue angle of 181.49º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A7AA is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB49167170-
CMYK0.710.0200.33
HSL181.49º55.25%42.94%-
HSV(B)181.49º71.18%66.67%-
XYZ22.3431.1942.87-
YUV132.06149.4168.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.69%
GREEN value IS 167 (65.62% from 255) = 43.26%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=12.69%
G=43.26%
B=44.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491671700.710.0200.33181.4955.2542.94
Hex31A7AA472021b5372b
Octal6124725210720412656753
Binary1100011010011110101010100011110010000110110101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,167,170); }

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

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

 a { background-color: rgb(49,167,170); }

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

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

 span { border-color: rgb(49,167,170); }

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