#1ABAAC

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

Shades of Light Sea Green #1ABAAC

Tints of Light Sea Green #1ABAAC

Color information

#1ABAAC (or 0x1ABAAC) is unknown color: approx Light Sea Green. HEX triplet: 1A, BA and AC. RGB value is (26,186,172). Sum of RGB (Red+Green+Blue) = 26+186+172=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABAAC is #E54553. Grayscale: #888888. Windows color (decimal): -15025492 or 11319834. OLE color: 11319834.

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

Color convert

RGB26186172-
CMYK0.8600.080.27
HSL174.75º75.47%41.57%-
HSV(B)174.75º86.02%72.94%-
XYZ25.4338.3245.09-
YUV136.56147.9949.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.77%
GREEN value IS 186 (73.05% from 255) = 48.44%
BLUE value IS 172 (67.58% from 255) = 44.79%
R=6.77%
G=48.44%
B=44.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal261861720.8600.080.27174.7575.4741.57
Hex1ABAAC56081Baf4b2a
Octal322722541260103325711352
Binary11010101110101010110010101100100011011101011111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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