#1AB2AE

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

Shades of Light Sea Green #1AB2AE

Tints of Light Sea Green #1AB2AE

Color information

#1AB2AE (or 0x1AB2AE) is unknown color: approx Light Sea Green. HEX triplet: 1A, B2 and AE. RGB value is (26,178,174). Sum of RGB (Red+Green+Blue) = 26+178+174=378 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.88% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB2AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB2AE is #E54D51. Grayscale: #838383. Windows color (decimal): -15027538 or 11448858. OLE color: 11448858.

HSL color Cylindrical-coordinate representation of color #1AB2AE: hue angle of 178.42º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB2AE is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB26178174-
CMYK0.8500.020.30
HSL178.42º74.51%40%-
HSV(B)178.42º85.39%69.8%-
XYZ23.9935.1245.56-
YUV132.1151.6452.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.88%
GREEN value IS 178 (69.92% from 255) = 47.09%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=6.88%
G=47.09%
B=46.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal261781740.8500.020.30178.4274.5140
Hex1AB2AE55021Eb24b28
Octal32262256125023626211350
Binary110101011001010101110101010101011110101100101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,178,174); }

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

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

 a { background-color: rgb(26,178,174); }

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

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

 span { border-color: rgb(26,178,174); }

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