#1ABBBA

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

Shades of Light Sea Green #1ABBBA

Tints of Light Sea Green #1ABBBA

Color information

#1ABBBA (or 0x1ABBBA) is unknown color: approx Light Sea Green. HEX triplet: 1A, BB and BA. RGB value is (26,187,186). Sum of RGB (Red+Green+Blue) = 26+187+186=399 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.52% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABBBA is #E54445. Grayscale: #8A8A8A. Windows color (decimal): -15025222 or 12237594. OLE color: 12237594.

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

Color convert

RGB26187186-
CMYK0.8600.010.27
HSL179.63º75.59%41.76%-
HSV(B)179.63º86.1%73.33%-
XYZ27.0639.3152.61-
YUV138.75154.6647.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.52%
GREEN value IS 187 (73.44% from 255) = 46.87%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=6.52%
G=46.87%
B=46.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal261871860.8600.010.27179.6375.5941.76
Hex1ABBBA56011Bb44c2a
Octal32273272126013326411452
Binary11010101110111011101010101100111011101101001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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