#1ABABB

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

Shades of Light Sea Green #1ABABB

Tints of Light Sea Green #1ABABB

Color information

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

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

Color convert

RGB26186187-
CMYK0.860.0100.27
HSL180.37º75.59%41.76%-
HSV(B)180.37º86.1%73.33%-
XYZ26.9538.9353.11-
YUV138.27155.4947.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal261861870.860.0100.27180.3775.5941.76
Hex1ABABB56101Bb44c2a
Octal32272273126103326411452
Binary11010101110101011101110101101011011101101001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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