#2BA896

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

Shades of Niagara #2BA896

Tints of Niagara #2BA896

Color information

#2BA896 (or 0x2BA896) is unknown color: approx Niagara. HEX triplet: 2B, A8 and 96. RGB value is (43,168,150). Sum of RGB (Red+Green+Blue) = 43+168+150=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA896 is #D45769. Grayscale: #808080. Windows color (decimal): -13916010 or 9873451. OLE color: 9873451.

HSL color Cylindrical-coordinate representation of color #2BA896: hue angle of 171.36º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA896 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB43168150-
CMYK0.7400.110.34
HSL171.36º59.24%41.37%-
HSV(B)171.36º74.4%65.88%-
XYZ20.530.7233.7-
YUV128.57140.0966.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.91%
GREEN value IS 168 (66.02% from 255) = 46.54%
BLUE value IS 150 (58.98% from 255) = 41.55%
R=11.91%
G=46.54%
B=41.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal431681500.7400.110.34171.3659.2441.37
Hex2BA8964A0B22ab3b29
Octal53250226112013422537351
Binary101011101010001001011010010100101110001010101011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,168,150); }

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

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

 a { background-color: rgb(43,168,150); }

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

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

 span { border-color: rgb(43,168,150); }

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