Html Css Color HEX #19AAAE Light Sea Green

📋 copy color: '#19AAAE'

red 25 ◦ green 170 ◦ blue 174

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

Shades of Light Sea Green #19AAAE

Tints of Light Sea Green #19AAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.07%

 BLUE value IS 174 (68.36% from 255) = 47.15%

R = 6.78%
G = 46.07%
B = 47.15%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#19AAAE (or 0x19AAAE) is known color: Light Sea Green. HEX triplet: 19, AA and AE. RGB value is (25,170,174). Sum of RGB (Red+Green+Blue) = 25+170+174=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #19AAAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AAAE is #E65551. Grayscale: #7E7E7E. Windows color (decimal): -15095122 or 11446809. OLE color: 11446809.

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

Color convert

RGB 25 170 174 -
CMYK 0.86 0.02 0 0.32
HSL 181.61º 0.75% 0.39% -
HSV(B) 181.61º 0.86% 0.68% -
XYZ 22.42 32.01 45.04 -
YUV 127.1 154.46 55.17 -
System Red Green Blue C M Y K H S L
Decimal 25 170 174 0.86 0.02 0 0.32 181.61 0.75 0.39
Hex 19 AA AE 56 2 0 20 B6 4B 27
Octal 31 252 256 126 2 0 40 266 113 47
Binary 11001 10101010 10101110 1010110 10 0 100000 10110110 1001011 100111

Color Harmonies of #19AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AAAE

Black with #19AAAE

Text Example


Text Example

White with #19AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,170,174); }

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

background-color css

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

 a { background-color: rgb(25,170,174); }

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

border-color css

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

 span { border-color: rgb(25,170,174); }

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