#2DC1AA

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

Shades of Light Sea Green #2DC1AA

Tints of Light Sea Green #2DC1AA

Color information

#2DC1AA (or 0x2DC1AA) is unknown color: approx Light Sea Green. HEX triplet: 2D, C1 and AA. RGB value is (45,193,170). Sum of RGB (Red+Green+Blue) = 45+193+170=408 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.03% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC1AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC1AA is #D23E55. Grayscale: #929292. Windows color (decimal): -13778518 or 11190573. OLE color: 11190573.

HSL color Cylindrical-coordinate representation of color #2DC1AA: hue angle of 170.68º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC1AA is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB45193170-
CMYK0.7700.120.24
HSL170.68º62.18%46.67%-
HSV(B)170.68º76.68%75.69%-
XYZ27.4141.644.62-
YUV146.13141.4755.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.03%
GREEN value IS 193 (75.78% from 255) = 47.30%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=11.03%
G=47.30%
B=41.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal451931700.7700.120.24170.6862.1846.67
Hex2DC1AA4D0C18ab3e2f
Octal55301252115014302537657
Binary10110111000001101010101001101011001100010101011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,193,170); }

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

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

 a { background-color: rgb(45,193,170); }

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

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

 span { border-color: rgb(45,193,170); }

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