Html Css Color HEX #1AAAA5 Light Sea Green

📋 copy color: '#1AAAA5'

red 26 ◦ green 170 ◦ blue 165

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

Shades of Light Sea Green #1AAAA5

Tints of Light Sea Green #1AAAA5

RGB

 RED value IS 26 (10.55% from 255) = 7.2%

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

 BLUE value IS 165 (64.84% from 255) = 45.71%

R = 7.2%
G = 47.09%
B = 45.71%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#1AAAA5 (or 0x1AAAA5) is known color: Light Sea Green. HEX triplet: 1A, AA and A5. RGB value is (26,170,165). Sum of RGB (Red+Green+Blue) = 26+170+165=361 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.20% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAAA5 is #E5555A. Grayscale: #7E7E7E. Windows color (decimal): -15029595 or 10856986. OLE color: 10856986.

HSL color Cylindrical-coordinate representation of color #1AAAA5: hue angle of 177.92º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAAA5 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 170 165 -
CMYK 0.85 0 0.03 0.33
HSL 177.92º 0.73% 0.38% -
HSV(B) 177.92º 0.85% 0.67% -
XYZ 21.59 31.69 40.58 -
YUV 126.37 149.79 56.41 -
System Red Green Blue C M Y K H S L
Decimal 26 170 165 0.85 0 0.03 0.33 177.92 0.73 0.38
Hex 1A AA A5 55 0 3 21 B2 49 26
Octal 32 252 245 125 0 3 41 262 111 46
Binary 11010 10101010 10100101 1010101 0 11 100001 10110010 1001001 100110

Color Harmonies of #1AAAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAAA5

Black with #1AAAA5

Text Example


Text Example

White with #1AAAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AAAA5; }

 p { color: rgb(26,170,165); }

 H1.HeaderClassName
 {
   color: #1AAAA5;
 }
 .AnyTagClassName
 {
   color: #1AAAA5;
 }
</style>

background-color css

<style>
 a { background-color: #1AAAA5; }

 a { background-color: rgb(26,170,165); }

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

border-color css

<style>
 span { border-color: #1AAAA5; }

 span { border-color: rgb(26,170,165); }

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