Html Css Color HEX #1ABAA5 Light Sea Green

📋 copy color: '#1ABAA5'

red 26 ◦ green 186 ◦ blue 165

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

Shades of Light Sea Green #1ABAA5

Tints of Light Sea Green #1ABAA5

RGB

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

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

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

R = 6.9%
G = 49.34%
B = 43.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#1ABAA5 (or 0x1ABAA5) is known color: Light Sea Green. HEX triplet: 1A, BA and A5. RGB value is (26,186,165). Sum of RGB (Red+Green+Blue) = 26+186+165=377 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.90% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABAA5 is #E5455A. Grayscale: #878787. Windows color (decimal): -15025499 or 10861082. OLE color: 10861082.

HSL color Cylindrical-coordinate representation of color #1ABAA5: hue angle of 172.12º 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 #1ABAA5 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 186 165 -
CMYK 0.86 0 0.11 0.27
HSL 172.13º 0.75% 0.42% -
HSV(B) 172.13º 0.86% 0.73% -
XYZ 24.78 38.05 41.64 -
YUV 135.77 144.49 49.71 -
System Red Green Blue C M Y K H S L
Decimal 26 186 165 0.86 0 0.11 0.27 172.13 0.75 0.42
Hex 1A BA A5 56 0 B 1B AC 4B 2A
Octal 32 272 245 126 0 13 33 254 113 52
Binary 11010 10111010 10100101 1010110 0 1011 11011 10101100 1001011 101010

Color Harmonies of #1ABAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABAA5

Black with #1ABAA5

Text Example


Text Example

White with #1ABAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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