#1ACAAE

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

Shades of Light Sea Green #1ACAAE

Tints of Light Sea Green #1ACAAE

Color information

#1ACAAE (or 0x1ACAAE) is unknown color: approx Light Sea Green. HEX triplet: 1A, CA and AE. RGB value is (26,202,174). Sum of RGB (Red+Green+Blue) = 26+202+174=402 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.47% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #1ACAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACAAE is #E53551. Grayscale: #929292. Windows color (decimal): -15021394 or 11455002. OLE color: 11455002.

HSL color Cylindrical-coordinate representation of color #1ACAAE: hue angle of 170.45º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACAAE is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB26202174-
CMYK0.8700.140.21
HSL170.45º77.19%44.71%-
HSV(B)170.45º87.13%79.22%-
XYZ29.1945.5247.29-
YUV146.18143.6942.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.47%
GREEN value IS 202 (79.30% from 255) = 50.25%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=6.47%
G=50.25%
B=43.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal262021740.8700.140.21170.4577.1944.71
Hex1ACAAE570E15aa4d2d
Octal323122561270162525211555
Binary11010110010101010111010101110111010101101010101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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