#2CA390

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

Shades of Niagara #2CA390

Tints of Niagara #2CA390

Color information

#2CA390 (or 0x2CA390) is unknown color: approx Niagara. HEX triplet: 2C, A3 and 90. RGB value is (44,163,144). Sum of RGB (Red+Green+Blue) = 44+163+144=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA390 is #D35C6F. Grayscale: #7D7D7D. Windows color (decimal): -13851760 or 9478956. OLE color: 9478956.

HSL color Cylindrical-coordinate representation of color #2CA390: hue angle of 170.42º degrees, saturation: 0.57, 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 #2CA390 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB44163144-
CMYK0.7300.120.36
HSL170.42º57.49%40.59%-
HSV(B)170.42º73.01%63.92%-
XYZ19.1728.7430.92-
YUV125.25138.5870.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.54%
GREEN value IS 163 (64.06% from 255) = 46.44%
BLUE value IS 144 (56.64% from 255) = 41.03%
R=12.54%
G=46.44%
B=41.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal441631440.7300.120.36170.4257.4940.59
Hex2CA390490C24aa3929
Octal54243220111014442527151
Binary101100101000111001000010010010110010010010101010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,163,144); }

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

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

 a { background-color: rgb(44,163,144); }

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

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

 span { border-color: rgb(44,163,144); }

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