#2ac3aa

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

Shades of Light Sea Green #2AC3AA

Tints of Light Sea Green #2AC3AA

Color information

#2AC3AA (or 0x2AC3AA) is unknown color: approx Light Sea Green. HEX triplet: 2A, C3 and AA. RGB value is (42,195,170). Sum of RGB (Red+Green+Blue) = 42+195+170=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC3AA is #D53C55. Grayscale: #929292. Windows color (decimal): -13974614 or 11191082. OLE color: 11191082.

HSL color Cylindrical-coordinate representation of color #2AC3AA: hue angle of 170.2º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC3AA is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB42195170-
CMYK0.7800.130.24
HSL170.2º64.56%46.47%-
HSV(B)170.2º78.46%76.47%-
XYZ27.7342.4244.76-
YUV146.4141.3153.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.32%
GREEN value IS 195 (76.56% from 255) = 47.91%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=10.32%
G=47.91%
B=41.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421951700.7800.130.24170.264.5646.47
Hex2AC3AA4E0D18aa412e
Octal523032521160153025210156
Binary101010110000111010101010011100110111000101010101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ac3aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ac3aa; }

 p { color: rgb(42,195,170); }

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

<style>
 a { background-color: #2ac3aa; }

 a { background-color: rgb(42,195,170); }

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

<style>
 span { border-color: #2ac3aa; }

 span { border-color: rgb(42,195,170); }

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