#1AACA0

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

Shades of Light Sea Green #1AACA0

Tints of Light Sea Green #1AACA0

Color information

#1AACA0 (or 0x1AACA0) is unknown color: approx Light Sea Green. HEX triplet: 1A, AC and A0. RGB value is (26,172,160). Sum of RGB (Red+Green+Blue) = 26+172+160=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #1AACA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AACA0 is #E5535F. Grayscale: #7E7E7E. Windows color (decimal): -15029088 or 10529818. OLE color: 10529818.

HSL color Cylindrical-coordinate representation of color #1AACA0: hue angle of 175.07º 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 #1AACA0 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB26172160-
CMYK0.8500.070.33
HSL175.07º73.74%38.82%-
HSV(B)175.07º84.88%67.45%-
XYZ21.5232.2638.35-
YUV126.98146.6355.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.26%
GREEN value IS 172 (67.58% from 255) = 48.04%
BLUE value IS 160 (62.89% from 255) = 44.69%
R=7.26%
G=48.04%
B=44.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261721600.8500.070.33175.0773.7438.82
Hex1AACA0550721af4a27
Octal32254240125074125711247
Binary11010101011001010000010101010111100001101011111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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