#1ABFB6

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

Shades of Light Sea Green #1ABFB6

Tints of Light Sea Green #1ABFB6

Color information

#1ABFB6 (or 0x1ABFB6) is unknown color: approx Light Sea Green. HEX triplet: 1A, BF and B6. RGB value is (26,191,182). Sum of RGB (Red+Green+Blue) = 26+191+182=399 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.52% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABFB6 is #E54049. Grayscale: #8C8C8C. Windows color (decimal): -15024202 or 11976474. OLE color: 11976474.

HSL color Cylindrical-coordinate representation of color #1ABFB6: hue angle of 176.73º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABFB6 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB26191182-
CMYK0.8600.050.25
HSL176.73º76.04%42.55%-
HSV(B)176.73º86.39%74.9%-
XYZ27.540.8650.69-
YUV140.64151.3446.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.52%
GREEN value IS 191 (75% from 255) = 47.87%
BLUE value IS 182 (71.48% from 255) = 45.61%
R=6.52%
G=47.87%
B=45.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261911820.8600.050.25176.7376.0442.55
Hex1ABFB6560519b14c2b
Octal32277266126053126111453
Binary1101010111111101101101010110010111001101100011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,191,182); }

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

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

 a { background-color: rgb(26,191,182); }

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

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

 span { border-color: rgb(26,191,182); }

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