#2A9987

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

Shades of Niagara #2A9987

Tints of Niagara #2A9987

Color information

#2A9987 (or 0x2A9987) is unknown color: approx Niagara. HEX triplet: 2A, 99 and 87. RGB value is (42,153,135). Sum of RGB (Red+Green+Blue) = 42+153+135=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9987 is #D56678. Grayscale: #757575. Windows color (decimal): -13985401 or 8886570. OLE color: 8886570.

HSL color Cylindrical-coordinate representation of color #2A9987: hue angle of 170.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9987 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB42153135-
CMYK0.7300.120.4
HSL170.27º56.92%38.24%-
HSV(B)170.27º72.55%60%-
XYZ16.7225.0226.87-
YUV117.76137.7373.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.73%
GREEN value IS 153 (60.16% from 255) = 46.36%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=12.73%
G=46.36%
B=40.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal421531350.7300.120.4170.2756.9238.24
Hex2A9987490C28aa3926
Octal52231207111014502527146
Binary101010100110011000011110010010110010100010101010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,153,135); }

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

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

 a { background-color: rgb(42,153,135); }

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

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

 span { border-color: rgb(42,153,135); }

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