#31A8AE

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

Shades of Light Sea Green #31A8AE

Tints of Light Sea Green #31A8AE

Color information

#31A8AE (or 0x31A8AE) is unknown color: approx Light Sea Green. HEX triplet: 31, A8 and AE. RGB value is (49,168,174). Sum of RGB (Red+Green+Blue) = 49+168+174=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #31A8AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A8AE is #CE5751. Grayscale: #848484. Windows color (decimal): -13522770 or 11446321. OLE color: 11446321.

HSL color Cylindrical-coordinate representation of color #31A8AE: hue angle of 182.88º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31A8AE is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49168174-
CMYK0.720.0300.32
HSL182.88º56.05%43.73%-
HSV(B)182.88º71.84%68.24%-
XYZ22.9131.7144.96-
YUV133.1151.0868.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.53%
GREEN value IS 168 (66.02% from 255) = 42.97%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=12.53%
G=42.97%
B=44.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491681740.720.0300.32182.8856.0543.73
Hex31A8AE483020b7382c
Octal6125025611030402677054
Binary1100011010100010101110100100011010000010110111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,168,174); }

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

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

 a { background-color: rgb(49,168,174); }

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

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

 span { border-color: rgb(49,168,174); }

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