#2FAD97

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

Shades of Niagara #2FAD97

Tints of Niagara #2FAD97

Color information

#2FAD97 (or 0x2FAD97) is unknown color: approx Niagara. HEX triplet: 2F, AD and 97. RGB value is (47,173,151). Sum of RGB (Red+Green+Blue) = 47+173+151=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAD97 is #D05268. Grayscale: #848484. Windows color (decimal): -13652585 or 9940271. OLE color: 9940271.

HSL color Cylindrical-coordinate representation of color #2FAD97: hue angle of 169.52º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAD97 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB47173151-
CMYK0.7300.130.32
HSL169.52º57.27%43.14%-
HSV(B)169.52º72.83%67.84%-
XYZ21.732.7334.45-
YUV132.82138.2666.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.67%
GREEN value IS 173 (67.97% from 255) = 46.63%
BLUE value IS 151 (59.38% from 255) = 40.70%
R=12.67%
G=46.63%
B=40.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal471731510.7300.130.32169.5257.2743.14
Hex2FAD97490D20aa392b
Octal57255227111015402527153
Binary101111101011011001011110010010110110000010101010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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