#19A5AB

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

Shades of Light Sea Green #19A5AB

Tints of Light Sea Green #19A5AB

Color information

#19A5AB (or 0x19A5AB) is unknown color: approx Light Sea Green. HEX triplet: 19, A5 and AB. RGB value is (25,165,171). Sum of RGB (Red+Green+Blue) = 25+165+171=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #19A5AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A5AB is #E65A54. Grayscale: #7B7B7B. Windows color (decimal): -15096405 or 11248921. OLE color: 11248921.

HSL color Cylindrical-coordinate representation of color #19A5AB: hue angle of 182.47º 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 #19A5AB is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB25165171-
CMYK0.850.0400.33
HSL182.47º74.49%38.43%-
HSV(B)182.47º85.38%67.06%-
XYZ21.2130.0643.21-
YUV123.82154.6257.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.93%
GREEN value IS 165 (64.84% from 255) = 45.71%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=6.93%
G=45.71%
B=47.37%

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
Decimal251651710.850.0400.33182.4774.4938.43
Hex19A5AB554021b64a26
Octal31245253125404126611246
Binary11001101001011010101110101011000100001101101101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,165,171); }

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

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

 a { background-color: rgb(25,165,171); }

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

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

 span { border-color: rgb(25,165,171); }

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