Html Css Color HEX #1ABAAA Light Sea Green

📋 copy color: '#1ABAAA'

red 26 ◦ green 186 ◦ blue 170

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

Shades of Light Sea Green #1ABAAA

Tints of Light Sea Green #1ABAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.69%

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

R = 6.81%
G = 48.69%
B = 44.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#1ABAAA (or 0x1ABAAA) is known color: Light Sea Green. HEX triplet: 1A, BA and AA. RGB value is (26,186,170). Sum of RGB (Red+Green+Blue) = 26+186+170=382 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.81% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABAAA is #E54555. Grayscale: #888888. Windows color (decimal): -15025494 or 11188762. OLE color: 11188762.

HSL color Cylindrical-coordinate representation of color #1ABAAA: hue angle of 174º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABAAA is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 186 170 -
CMYK 0.86 0 0.09 0.27
HSL 174º 0.75% 0.42% -
HSV(B) 174º 0.86% 0.73% -
XYZ 25.24 38.24 44.08 -
YUV 136.34 146.99 49.3 -
System Red Green Blue C M Y K H S L
Decimal 26 186 170 0.86 0 0.09 0.27 174 0.75 0.42
Hex 1A BA AA 56 0 9 1B AE 4B 2A
Octal 32 272 252 126 0 11 33 256 113 52
Binary 11010 10111010 10101010 1010110 0 1001 11011 10101110 1001011 101010

Color Harmonies of #1ABAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABAAA

Black with #1ABAAA

Text Example


Text Example

White with #1ABAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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