Html Css Color HEX #1AB1AA Light Sea Green

📋 copy color: '#1AB1AA'

red 26 ◦ green 177 ◦ blue 170

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

Shades of Light Sea Green #1AB1AA

Tints of Light Sea Green #1AB1AA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.45%

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 6.97%
G = 47.45%
B = 45.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#1AB1AA (or 0x1AB1AA) is known color: Light Sea Green. HEX triplet: 1A, B1 and AA. RGB value is (26,177,170). Sum of RGB (Red+Green+Blue) = 26+177+170=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB1AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB1AA is #E54E55. Grayscale: #828282. Windows color (decimal): -15027798 or 11186458. OLE color: 11186458.

HSL color Cylindrical-coordinate representation of color #1AB1AA: hue angle of 177.22º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB1AA is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 177 170 -
CMYK 0.85 0 0.04 0.31
HSL 177.22º 0.74% 0.4% -
HSV(B) 177.22º 0.85% 0.69% -
XYZ 23.4 34.57 43.47 -
YUV 131.05 149.97 53.07 -
System Red Green Blue C M Y K H S L
Decimal 26 177 170 0.85 0 0.04 0.31 177.22 0.74 0.4
Hex 1A B1 AA 55 0 4 1F B1 4A 28
Octal 32 261 252 125 0 4 37 261 112 50
Binary 11010 10110001 10101010 1010101 0 100 11111 10110001 1001010 101000

Color Harmonies of #1AB1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB1AA

Black with #1AB1AA

Text Example


Text Example

White with #1AB1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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