#1AACA1

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

Shades of Light Sea Green #1AACA1

Tints of Light Sea Green #1AACA1

Color information

#1AACA1 (or 0x1AACA1) is unknown color: approx Light Sea Green. HEX triplet: 1A, AC and A1. RGB value is (26,172,161). Sum of RGB (Red+Green+Blue) = 26+172+161=359 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.24% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #1AACA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AACA1 is #E5535E. Grayscale: #7E7E7E. Windows color (decimal): -15029087 or 10595354. OLE color: 10595354.

HSL color Cylindrical-coordinate representation of color #1AACA1: hue angle of 175.48º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AACA1 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB26172161-
CMYK0.8500.060.33
HSL175.48º73.74%38.82%-
HSV(B)175.48º84.88%67.45%-
XYZ21.6132.338.81-
YUV127.09147.1355.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.24%
GREEN value IS 172 (67.58% from 255) = 47.91%
BLUE value IS 161 (63.28% from 255) = 44.85%
R=7.24%
G=47.91%
B=44.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261721610.8500.060.33175.4873.7438.82
Hex1AACA1550621af4a27
Octal32254241125064125711247
Binary11010101011001010000110101010110100001101011111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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