#19AD9F

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

Shades of Light Sea Green #19AD9F

Tints of Light Sea Green #19AD9F

Color information

#19AD9F (or 0x19AD9F) is unknown color: approx Light Sea Green. HEX triplet: 19, AD and 9F. RGB value is (25,173,159). Sum of RGB (Red+Green+Blue) = 25+173+159=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #19AD9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AD9F is #E65260. Grayscale: #7F7F7F. Windows color (decimal): -15094369 or 10464537. OLE color: 10464537.

HSL color Cylindrical-coordinate representation of color #19AD9F: hue angle of 174.32º 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 #19AD9F is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB25173159-
CMYK0.8600.080.32
HSL174.32º74.75%38.82%-
HSV(B)174.32º85.55%67.84%-
XYZ21.632.637.95-
YUV127.15145.9755.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.00%
GREEN value IS 173 (67.97% from 255) = 48.46%
BLUE value IS 159 (62.5% from 255) = 44.54%
R=7.00%
G=48.46%
B=44.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal251731590.8600.080.32174.3274.7538.82
Hex19AD9F560820ae4b27
Octal312552371260104025611347
Binary110011010110110011111101011001000100000101011101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,173,159); }

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

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

 a { background-color: rgb(25,173,159); }

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

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

 span { border-color: rgb(25,173,159); }

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