#2CC6AA

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

Shades of Shamrock #2CC6AA

Tints of Shamrock #2CC6AA

Color information

#2CC6AA (or 0x2CC6AA) is unknown color: approx Shamrock. HEX triplet: 2C, C6 and AA. RGB value is (44,198,170). Sum of RGB (Red+Green+Blue) = 44+198+170=412 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.68% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC6AA is #D33955. Grayscale: #949494. Windows color (decimal): -13842774 or 11191852. OLE color: 11191852.

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

Color convert

RGB44198170-
CMYK0.7800.140.22
HSL169.09º63.64%47.45%-
HSV(B)169.09º77.78%77.65%-
XYZ28.4943.8344.99-
YUV148.76139.9853.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.68%
GREEN value IS 198 (77.73% from 255) = 48.06%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=10.68%
G=48.06%
B=41.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal441981700.7800.140.22169.0963.6447.45
Hex2CC6AA4E0E16a9402f
Octal543062521160162625110057
Binary101100110001101010101010011100111010110101010011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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