#2ab592

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

Shades of Niagara #2AB592

Tints of Niagara #2AB592

Color information

#2AB592 (or 0x2AB592) is unknown color: approx Niagara. HEX triplet: 2A, B5 and 92. RGB value is (42,181,146). Sum of RGB (Red+Green+Blue) = 42+181+146=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB592 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB592 is #D54A6D. Grayscale: #878787. Windows color (decimal): -13978222 or 9614634. OLE color: 9614634.

HSL color Cylindrical-coordinate representation of color #2AB592: hue angle of 164.89º 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 #2AB592 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB42181146-
CMYK0.7700.190.29
HSL164.89º62.33%43.73%-
HSV(B)164.89º76.8%70.98%-
XYZ22.6735.6232.87-
YUV135.45133.9561.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.38%
GREEN value IS 181 (71.09% from 255) = 49.05%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=11.38%
G=49.05%
B=39.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421811460.7700.190.29164.8962.3343.73
Hex2AB5924D0131Da53e2c
Octal52265222115023352457654
Binary101010101101011001001010011010100111110110100101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ab592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,181,146); }

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

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

 a { background-color: rgb(42,181,146); }

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

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

 span { border-color: rgb(42,181,146); }

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