#2FAA97

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

Shades of Niagara #2FAA97

Tints of Niagara #2FAA97

Color information

#2FAA97 (or 0x2FAA97) is unknown color: approx Niagara. HEX triplet: 2F, AA and 97. RGB value is (47,170,151). Sum of RGB (Red+Green+Blue) = 47+170+151=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAA97 is #D05568. Grayscale: #838383. Windows color (decimal): -13653353 or 9939503. OLE color: 9939503.

HSL color Cylindrical-coordinate representation of color #2FAA97: hue angle of 170.73º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAA97 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB47170151-
CMYK0.7200.110.33
HSL170.73º56.68%42.55%-
HSV(B)170.73º72.35%66.67%-
XYZ21.1331.5934.26-
YUV131.06139.2568.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.77%
GREEN value IS 170 (66.80% from 255) = 46.20%
BLUE value IS 151 (59.38% from 255) = 41.03%
R=12.77%
G=46.20%
B=41.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471701510.7200.110.33170.7356.6842.55
Hex2FAA97480B21ab392b
Octal57252227110013412537153
Binary101111101010101001011110010000101110000110101011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,170,151); }

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

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

 a { background-color: rgb(47,170,151); }

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

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

 span { border-color: rgb(47,170,151); }

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