#2A9D8A

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

Shades of Niagara #2A9D8A

Tints of Niagara #2A9D8A

Color information

#2A9D8A (or 0x2A9D8A) is unknown color: approx Niagara. HEX triplet: 2A, 9D and 8A. RGB value is (42,157,138). Sum of RGB (Red+Green+Blue) = 42+157+138=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9D8A is #D56275. Grayscale: #787878. Windows color (decimal): -13984374 or 9084202. OLE color: 9084202.

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

Color convert

RGB42157138-
CMYK0.7300.120.38
HSL170.09º57.79%39.02%-
HSV(B)170.09º73.25%61.57%-
XYZ17.626.4428.22-
YUV120.45137.972.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.46%
GREEN value IS 157 (61.72% from 255) = 46.59%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=12.46%
G=46.59%
B=40.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421571380.7300.120.38170.0957.7939.02
Hex2A9D8A490C26aa3a27
Octal52235212111014462527247
Binary101010100111011000101010010010110010011010101010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,157,138); }

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

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

 a { background-color: rgb(42,157,138); }

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

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

 span { border-color: rgb(42,157,138); }

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