#2CA486

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

Shades of Niagara #2CA486

Tints of Niagara #2CA486

Color information

#2CA486 (or 0x2CA486) is unknown color: approx Niagara. HEX triplet: 2C, A4 and 86. RGB value is (44,164,134). Sum of RGB (Red+Green+Blue) = 44+164+134=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA486 is #D35B79. Grayscale: #7C7C7C. Windows color (decimal): -13851514 or 8823852. OLE color: 8823852.

HSL color Cylindrical-coordinate representation of color #2CA486: hue angle of 165º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA486 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB44164134-
CMYK0.7300.180.36
HSL165º57.69%40.78%-
HSV(B)165º73.17%64.31%-
XYZ18.6228.8127.13-
YUV124.7133.2470.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.87%
GREEN value IS 164 (64.45% from 255) = 47.95%
BLUE value IS 134 (52.73% from 255) = 39.18%
R=12.87%
G=47.95%
B=39.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal441641340.7300.180.3616557.6940.78
Hex2CA4864901224a53a29
Octal54244206111022442457251
Binary1011001010010010000110100100101001010010010100101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,164,134); }

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

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

 a { background-color: rgb(44,164,134); }

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

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

 span { border-color: rgb(44,164,134); }

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