#2AAB93

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

Shades of Niagara #2AAB93

Tints of Niagara #2AAB93

Color information

#2AAB93 (or 0x2AAB93) is unknown color: approx Niagara. HEX triplet: 2A, AB and 93. RGB value is (42,171,147). Sum of RGB (Red+Green+Blue) = 42+171+147=360 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.67% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAB93 is #D5546C. Grayscale: #818181. Windows color (decimal): -13980781 or 9677610. OLE color: 9677610.

HSL color Cylindrical-coordinate representation of color #2AAB93: hue angle of 168.84º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB93 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB42171147-
CMYK0.7500.140.33
HSL168.84º60.56%41.76%-
HSV(B)168.84º75.44%67.06%-
XYZ20.7831.7232.63-
YUV129.69137.7665.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.67%
GREEN value IS 171 (67.19% from 255) = 47.5%
BLUE value IS 147 (57.81% from 255) = 40.83%
R=11.67%
G=47.5%
B=40.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421711470.7500.140.33168.8460.5641.76
Hex2AAB934B0E21a93d2a
Octal52253223113016412517552
Binary101010101010111001001110010110111010000110101001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,171,147); }

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

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

 a { background-color: rgb(42,171,147); }

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

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

 span { border-color: rgb(42,171,147); }

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