#2dc6aa

Color #2DC6AA Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2DC6AA

Tints of Shamrock #2DC6AA

Color information

#2DC6AA (or 0x2DC6AA) is unknown color: approx Shamrock. HEX triplet: 2D, C6 and AA. RGB value is (45,198,170). Sum of RGB (Red+Green+Blue) = 45+198+170=413 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.90% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC6AA is #D23955. Grayscale: #959595. Windows color (decimal): -13777238 or 11191853. OLE color: 11191853.

HSL color Cylindrical-coordinate representation of color #2DC6AA: hue angle of 169.02º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC6AA is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB45198170-
CMYK0.7700.140.22
HSL169.02º62.96%47.65%-
HSV(B)169.02º77.27%77.65%-
XYZ28.5343.8544.99-
YUV149.06139.8153.78-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.90%
GREEN value IS 198 (77.73% from 255) = 47.94%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=10.90%
G=47.94%
B=41.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal451981700.7700.140.22169.0262.9647.65
Hex2DC6AA4D0E16a93f30
Octal55306252115016262517760
Binary10110111000110101010101001101011101011010101001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dc6aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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