#2ABA97

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

Shades of Niagara #2ABA97

Tints of Niagara #2ABA97

Color information

#2ABA97 (or 0x2ABA97) is unknown color: approx Niagara. HEX triplet: 2A, BA and 97. RGB value is (42,186,151). Sum of RGB (Red+Green+Blue) = 42+186+151=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABA97 is #D54568. Grayscale: #8A8A8A. Windows color (decimal): -13976937 or 9943594. OLE color: 9943594.

HSL color Cylindrical-coordinate representation of color #2ABA97: hue angle of 165.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ABA97 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB42186151-
CMYK0.7700.190.27
HSL165.42º63.16%44.71%-
HSV(B)165.42º77.42%72.94%-
XYZ24.137.8435.31-
YUV138.95134.7958.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.08%
GREEN value IS 186 (73.05% from 255) = 49.08%
BLUE value IS 151 (59.38% from 255) = 39.84%
R=11.08%
G=49.08%
B=39.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421861510.7700.190.27165.4263.1644.71
Hex2ABA974D0131Ba53f2d
Octal52272227115023332457755
Binary101010101110101001011110011010100111101110100101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,186,151); }

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

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

 a { background-color: rgb(42,186,151); }

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

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

 span { border-color: rgb(42,186,151); }

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