#1ABBAA

Color #1ABBAA Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1ABBAA

Tints of Light Sea Green #1ABBAA

Color information

#1ABBAA (or 0x1ABBAA) is unknown color: approx Light Sea Green. HEX triplet: 1A, BB and AA. RGB value is (26,187,170). Sum of RGB (Red+Green+Blue) = 26+187+170=383 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.79% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABBAA is #E54455. Grayscale: #888888. Windows color (decimal): -15025238 or 11189018. OLE color: 11189018.

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

Color convert

RGB26187170-
CMYK0.8600.090.27
HSL173.66º75.59%41.76%-
HSV(B)173.66º86.1%73.33%-
XYZ25.4538.6644.15-
YUV136.92146.6648.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.79%
GREEN value IS 187 (73.44% from 255) = 48.83%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=6.79%
G=48.83%
B=44.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal261871700.8600.090.27173.6675.5941.76
Hex1ABBAA56091Bae4c2a
Octal322732521260113325611452
Binary11010101110111010101010101100100111011101011101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ABBAA;
 }
 .AnyTagClassName
 {
   color: #1ABBAA;
 }
</style>
background-color css

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

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

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

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

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

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