Html Css Color HEX #1AAA99 Light Sea Green

📋 copy color: '#1AAA99'

red 26 ◦ green 170 ◦ blue 153

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

Shades of Light Sea Green #1AAA99

Tints of Light Sea Green #1AAA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.84%

R = 7.45%
G = 48.71%
B = 43.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#1AAA99 (or 0x1AAA99) is known color: Light Sea Green. HEX triplet: 1A, AA and 99. RGB value is (26,170,153). Sum of RGB (Red+Green+Blue) = 26+170+153=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAA99 is #E55566. Grayscale: #7C7C7C. Windows color (decimal): -15029607 or 10070554. OLE color: 10070554.

HSL color Cylindrical-coordinate representation of color #1AAA99: hue angle of 172.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 #1AAA99 is Cyan = 0.85, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 170 153 -
CMYK 0.85 0 0.1 0.33
HSL 172.92º 0.73% 0.38% -
HSV(B) 172.92º 0.85% 0.67% -
XYZ 20.55 31.27 35.09 -
YUV 125.01 143.79 57.38 -
System Red Green Blue C M Y K H S L
Decimal 26 170 153 0.85 0 0.1 0.33 172.92 0.73 0.38
Hex 1A AA 99 55 0 A 21 AD 49 26
Octal 32 252 231 125 0 12 41 255 111 46
Binary 11010 10101010 10011001 1010101 0 1010 100001 10101101 1001001 100110

Color Harmonies of #1AAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA99

Black with #1AAA99

Text Example


Text Example

White with #1AAA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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