#2BA689

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

Shades of Niagara #2BA689

Tints of Niagara #2BA689

Color information

#2BA689 (or 0x2BA689) is unknown color: approx Niagara. HEX triplet: 2B, A6 and 89. RGB value is (43,166,137). Sum of RGB (Red+Green+Blue) = 43+166+137=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA689 is #D45976. Grayscale: #7D7D7D. Windows color (decimal): -13916535 or 9020971. OLE color: 9020971.

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

Color convert

RGB43166137-
CMYK0.7400.170.35
HSL165.85º58.85%40.98%-
HSV(B)165.85º74.1%65.1%-
XYZ19.1529.5928.37-
YUV125.92134.2568.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.43%
GREEN value IS 166 (65.23% from 255) = 47.98%
BLUE value IS 137 (53.91% from 255) = 39.60%
R=12.43%
G=47.98%
B=39.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431661370.7400.170.35165.8558.8540.98
Hex2BA6894A01123a63b29
Octal53246211112021432467351
Binary1010111010011010001001100101001000110001110100110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,166,137); }

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

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

 a { background-color: rgb(43,166,137); }

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

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

 span { border-color: rgb(43,166,137); }

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