#19acae

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

Shades of Light Sea Green #19ACAE

Tints of Light Sea Green #19ACAE

Color information

#19ACAE (or 0x19ACAE) is unknown color: approx Light Sea Green. HEX triplet: 19, AC and AE. RGB value is (25,172,174). Sum of RGB (Red+Green+Blue) = 25+172+174=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #19ACAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19ACAE is #E65351. Grayscale: #808080. Windows color (decimal): -15094610 or 11447321. OLE color: 11447321.

HSL color Cylindrical-coordinate representation of color #19ACAE: hue angle of 180.81º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19ACAE is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB25172174-
CMYK0.860.0100.32
HSL180.81º74.87%39.02%-
HSV(B)180.81º85.63%68.24%-
XYZ22.7932.7745.17-
YUV128.28153.854.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.74%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=6.74%
G=46.36%
B=46.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal251721740.860.0100.32180.8174.8739.02
Hex19ACAE561020b54b27
Octal31254256126104026511347
Binary110011010110010101110101011010100000101101011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19acae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19acae; }

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

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

<style>
 a { background-color: #19acae; }

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

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

<style>
 span { border-color: #19acae; }

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

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