Html Css Color HEX #1ABAA7 Light Sea Green

📋 copy color: '#1ABAA7'

red 26 ◦ green 186 ◦ blue 167

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

Shades of Light Sea Green #1ABAA7

Tints of Light Sea Green #1ABAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.06%

R = 6.86%
G = 49.08%
B = 44.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#1ABAA7 (or 0x1ABAA7) is known color: Light Sea Green. HEX triplet: 1A, BA and A7. RGB value is (26,186,167). Sum of RGB (Red+Green+Blue) = 26+186+167=379 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.86% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABAA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABAA7 is #E54558. Grayscale: #878787. Windows color (decimal): -15025497 or 10992154. OLE color: 10992154.

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

Color convert

RGB 26 186 167 -
CMYK 0.86 0 0.10 0.27
HSL 172.88º 0.75% 0.42% -
HSV(B) 172.88º 0.86% 0.73% -
XYZ 24.96 38.13 42.6 -
YUV 135.99 145.49 49.54 -
System Red Green Blue C M Y K H S L
Decimal 26 186 167 0.86 0 0.10 0.27 172.88 0.75 0.42
Hex 1A BA A7 56 0 A 1B AD 4B 2A
Octal 32 272 247 126 0 12 33 255 113 52
Binary 11010 10111010 10100111 1010110 0 1010 11011 10101101 1001011 101010

Color Harmonies of #1ABAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABAA7

Black with #1ABAA7

Text Example


Text Example

White with #1ABAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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