#19B4A0

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

Shades of Light Sea Green #19B4A0

Tints of Light Sea Green #19B4A0

Color information

#19B4A0 (or 0x19B4A0) is unknown color: approx Light Sea Green. HEX triplet: 19, B4 and A0. RGB value is (25,180,160). Sum of RGB (Red+Green+Blue) = 25+180+160=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #19B4A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B4A0 is #E64B5F. Grayscale: #838383. Windows color (decimal): -15092576 or 10531865. OLE color: 10531865.

HSL color Cylindrical-coordinate representation of color #19B4A0: hue angle of 172.26º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B4A0 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB25180160-
CMYK0.8600.110.29
HSL172.26º75.61%40.2%-
HSV(B)172.26º86.11%70.59%-
XYZ23.0735.3938.87-
YUV131.38144.1552.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.85%
GREEN value IS 180 (70.70% from 255) = 49.32%
BLUE value IS 160 (62.89% from 255) = 43.84%
R=6.85%
G=49.32%
B=43.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal251801600.8600.110.29172.2675.6140.2
Hex19B4A0560B1Dac4c28
Octal312642401260133525411450
Binary11001101101001010000010101100101111101101011001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,180,160); }

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

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

 a { background-color: rgb(25,180,160); }

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

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

 span { border-color: rgb(25,180,160); }

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