#2BA493

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

Shades of Niagara #2BA493

Tints of Niagara #2BA493

Color information

#2BA493 (or 0x2BA493) is unknown color: approx Niagara. HEX triplet: 2B, A4 and 93. RGB value is (43,164,147). Sum of RGB (Red+Green+Blue) = 43+164+147=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA493 is #D45B6C. Grayscale: #7D7D7D. Windows color (decimal): -13917037 or 9675819. OLE color: 9675819.

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

Color convert

RGB43164147-
CMYK0.7400.100.36
HSL171.57º58.45%40.59%-
HSV(B)171.57º73.78%64.31%-
XYZ19.5429.1732.2-
YUV125.88139.9168.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.15%
GREEN value IS 164 (64.45% from 255) = 46.33%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=12.15%
G=46.33%
B=41.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal431641470.7400.100.36171.5758.4540.59
Hex2BA4934A0A24ac3a29
Octal53244223112012442547251
Binary101011101001001001001110010100101010010010101100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,164,147); }

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

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

 a { background-color: rgb(43,164,147); }

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

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

 span { border-color: rgb(43,164,147); }

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