#2AB691

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

Shades of Niagara #2AB691

Tints of Niagara #2AB691

Color information

#2AB691 (or 0x2AB691) is unknown color: approx Niagara. HEX triplet: 2A, B6 and 91. RGB value is (42,182,145). Sum of RGB (Red+Green+Blue) = 42+182+145=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB691 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB691 is #D5496E. Grayscale: #878787. Windows color (decimal): -13977967 or 9549354. OLE color: 9549354.

HSL color Cylindrical-coordinate representation of color #2AB691: hue angle of 164.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB691 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB42182145-
CMYK0.7700.200.29
HSL164.14º62.5%43.92%-
HSV(B)164.14º76.92%71.37%-
XYZ22.7935.9932.53-
YUV135.92133.1261.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.38%
GREEN value IS 182 (71.48% from 255) = 49.32%
BLUE value IS 145 (57.03% from 255) = 39.30%
R=11.38%
G=49.32%
B=39.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421821450.7700.200.29164.1462.543.92
Hex2AB6914D0141Da43e2c
Octal52266221115024352447654
Binary101010101101101001000110011010101001110110100100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,182,145); }

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

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

 a { background-color: rgb(42,182,145); }

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

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

 span { border-color: rgb(42,182,145); }

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