#2AAA98

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

Shades of Niagara #2AAA98

Tints of Niagara #2AAA98

Color information

#2AAA98 (or 0x2AAA98) is unknown color: approx Niagara. HEX triplet: 2A, AA and 98. RGB value is (42,170,152). Sum of RGB (Red+Green+Blue) = 42+170+152=364 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.54% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAA98 is #D55567. Grayscale: #818181. Windows color (decimal): -13981032 or 10005034. OLE color: 10005034.

HSL color Cylindrical-coordinate representation of color #2AAA98: hue angle of 171.56º degrees, saturation: 0.6, 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 #2AAA98 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB42170152-
CMYK0.7500.110.33
HSL171.56º60.38%41.57%-
HSV(B)171.56º75.29%66.67%-
XYZ2131.5134.68-
YUV129.68140.5965.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.54%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 152 (59.77% from 255) = 41.76%
R=11.54%
G=46.70%
B=41.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421701520.7500.110.33171.5660.3841.57
Hex2AAA984B0B21ac3c2a
Octal52252230113013412547452
Binary101010101010101001100010010110101110000110101100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,170,152); }

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

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

 a { background-color: rgb(42,170,152); }

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

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

 span { border-color: rgb(42,170,152); }

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