Html Css Color HEX #19AEA0 Light Sea Green

📋 copy color: '#19AEA0'

red 25 ◦ green 174 ◦ blue 160

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

Shades of Light Sea Green #19AEA0

Tints of Light Sea Green #19AEA0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.47%

 BLUE value IS 160 (62.89% from 255) = 44.57%

R = 6.96%
G = 48.47%
B = 44.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#19AEA0 (or 0x19AEA0) is known color: Light Sea Green. HEX triplet: 19, AE and A0. RGB value is (25,174,160). Sum of RGB (Red+Green+Blue) = 25+174+160=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #19AEA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AEA0 is #E6515F. Grayscale: #7F7F7F. Windows color (decimal): -15094112 or 10530329. OLE color: 10530329.

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

Color convert

RGB 25 174 160 -
CMYK 0.86 0 0.08 0.32
HSL 174.36º 0.75% 0.39% -
HSV(B) 174.36º 0.86% 0.68% -
XYZ 21.88 33.02 38.48 -
YUV 127.85 146.14 54.64 -
System Red Green Blue C M Y K H S L
Decimal 25 174 160 0.86 0 0.08 0.32 174.36 0.75 0.39
Hex 19 AE A0 56 0 8 20 AE 4B 27
Octal 31 256 240 126 0 10 40 256 113 47
Binary 11001 10101110 10100000 1010110 0 1000 100000 10101110 1001011 100111

Color Harmonies of #19AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AEA0

Black with #19AEA0

Text Example


Text Example

White with #19AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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