#2FAA99

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

Shades of Niagara #2FAA99

Tints of Niagara #2FAA99

Color information

#2FAA99 (or 0x2FAA99) is unknown color: approx Niagara. HEX triplet: 2F, AA and 99. RGB value is (47,170,153). Sum of RGB (Red+Green+Blue) = 47+170+153=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAA99 is #D05566. Grayscale: #838383. Windows color (decimal): -13653351 or 10070575. OLE color: 10070575.

HSL color Cylindrical-coordinate representation of color #2FAA99: hue angle of 171.71º 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 #2FAA99 is Cyan = 0.72, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB47170153-
CMYK0.7200.10.33
HSL171.71º56.68%42.55%-
HSV(B)171.71º72.35%66.67%-
XYZ21.331.6535.12-
YUV131.28140.2567.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.70%
GREEN value IS 170 (66.80% from 255) = 45.95%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=12.70%
G=45.95%
B=41.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471701530.7200.10.33171.7156.6842.55
Hex2FAA99480A21ac392b
Octal57252231110012412547153
Binary101111101010101001100110010000101010000110101100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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