#31ACAE

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

Shades of Light Sea Green #31ACAE

Tints of Light Sea Green #31ACAE

Color information

#31ACAE (or 0x31ACAE) is unknown color: approx Light Sea Green. HEX triplet: 31, AC and AE. RGB value is (49,172,174). Sum of RGB (Red+Green+Blue) = 49+172+174=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #31ACAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31ACAE is #CE5351. Grayscale: #878787. Windows color (decimal): -13521746 or 11447345. OLE color: 11447345.

HSL color Cylindrical-coordinate representation of color #31ACAE: hue angle of 180.96º 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 #31ACAE is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49172174-
CMYK0.720.0100.32
HSL180.96º56.05%43.73%-
HSV(B)180.96º71.84%68.24%-
XYZ23.6633.2145.21-
YUV135.45149.7566.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.41%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=12.41%
G=43.54%
B=44.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491721740.720.0100.32180.9656.0543.73
Hex31ACAE481020b5382c
Octal6125425611010402657054
Binary110001101011001010111010010001010000010110101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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