#19A4AA

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

Shades of Light Sea Green #19A4AA

Tints of Light Sea Green #19A4AA

Color information

#19A4AA (or 0x19A4AA) is unknown color: approx Light Sea Green. HEX triplet: 19, A4 and AA. RGB value is (25,164,170). Sum of RGB (Red+Green+Blue) = 25+164+170=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #19A4AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A4AA is #E65B55. Grayscale: #7A7A7A. Windows color (decimal): -15096662 or 11183129. OLE color: 11183129.

HSL color Cylindrical-coordinate representation of color #19A4AA: hue angle of 182.48º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A4AA is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB25164170-
CMYK0.850.0400.33
HSL182.48º74.36%38.24%-
HSV(B)182.48º85.29%66.67%-
XYZ20.9329.6642.65-
YUV123.12154.4558.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.96%
GREEN value IS 164 (64.45% from 255) = 45.68%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=6.96%
G=45.68%
B=47.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251641700.850.0400.33182.4874.3638.24
Hex19A4AA554021b64a26
Octal31244252125404126611246
Binary11001101001001010101010101011000100001101101101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,164,170); }

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

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

 a { background-color: rgb(25,164,170); }

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

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

 span { border-color: rgb(25,164,170); }

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