#19A4AC

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

Shades of Light Sea Green #19A4AC

Tints of Light Sea Green #19A4AC

Color information

#19A4AC (or 0x19A4AC) is unknown color: approx Light Sea Green. HEX triplet: 19, A4 and AC. RGB value is (25,164,172). Sum of RGB (Red+Green+Blue) = 25+164+172=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #19A4AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A4AC is #E65B53. Grayscale: #7B7B7B. Windows color (decimal): -15096660 or 11314201. OLE color: 11314201.

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

Color convert

RGB25164172-
CMYK0.850.0500.33
HSL183.27º74.62%38.63%-
HSV(B)183.27º85.47%67.45%-
XYZ21.1229.7443.66-
YUV123.35155.4557.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.93%
GREEN value IS 164 (64.45% from 255) = 45.43%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=6.93%
G=45.43%
B=47.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251641720.850.0500.33183.2774.6238.63
Hex19A4AC555021b74b27
Octal31244254125504126711347
Binary11001101001001010110010101011010100001101101111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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