Html Css Color HEX #19A8AD Light Sea Green

📋 copy color: '#19A8AD'

red 25 ◦ green 168 ◦ blue 173

#19A8AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #19A8AD

Tints of Light Sea Green #19A8AD

RGB

 RED value IS 25 (10.16% from 255) = 6.83%

 GREEN value IS 168 (66.02% from 255) = 45.9%

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 6.83%
G = 45.9%
B = 47.27%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#19A8AD (or 0x19A8AD) is known color: Light Sea Green. HEX triplet: 19, A8 and AD. RGB value is (25,168,173). Sum of RGB (Red+Green+Blue) = 25+168+173=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #19A8AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A8AD is #E65752. Grayscale: #7D7D7D. Windows color (decimal): -15095635 or 11380761. OLE color: 11380761.

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

Color convert

RGB 25 168 173 -
CMYK 0.86 0.03 0 0.32
HSL 182.03º 0.75% 0.39% -
HSV(B) 182.03º 0.86% 0.68% -
XYZ 21.95 31.23 44.41 -
YUV 125.81 154.62 56.09 -
System Red Green Blue C M Y K H S L
Decimal 25 168 173 0.86 0.03 0 0.32 182.03 0.75 0.39
Hex 19 A8 AD 56 3 0 20 B6 4B 27
Octal 31 250 255 126 3 0 40 266 113 47
Binary 11001 10101000 10101101 1010110 11 0 100000 10110110 1001011 100111

Color Harmonies of #19A8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A8AD

Black with #19A8AD

Text Example


Text Example

White with #19A8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19A8AD;
 }
 .AnyTagClassName
 {
   color: #19A8AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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