#2FAE99

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

Shades of Niagara #2FAE99

Tints of Niagara #2FAE99

Color information

#2FAE99 (or 0x2FAE99) is unknown color: approx Niagara. HEX triplet: 2F, AE and 99. RGB value is (47,174,153). Sum of RGB (Red+Green+Blue) = 47+174+153=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAE99 is #D05166. Grayscale: #858585. Windows color (decimal): -13652327 or 10071599. OLE color: 10071599.

HSL color Cylindrical-coordinate representation of color #2FAE99: hue angle of 170.08º 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 #2FAE99 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB47174153-
CMYK0.7300.120.32
HSL170.08º57.47%43.33%-
HSV(B)170.08º72.99%68.24%-
XYZ22.0633.1835.38-
YUV133.63138.9266.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.57%
GREEN value IS 174 (68.36% from 255) = 46.52%
BLUE value IS 153 (60.16% from 255) = 40.91%
R=12.57%
G=46.52%
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.32
SystemRedGreenBlueCMYKHSL
Decimal471741530.7300.120.32170.0857.4743.33
Hex2FAE99490C20aa392b
Octal57256231111014402527153
Binary101111101011101001100110010010110010000010101010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,174,153); }

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

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

 a { background-color: rgb(47,174,153); }

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

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

 span { border-color: rgb(47,174,153); }

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