#2fa889

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

Shades of Niagara #2FA889

Tints of Niagara #2FA889

Color information

#2FA889 (or 0x2FA889) is unknown color: approx Niagara. HEX triplet: 2F, A8 and 89. RGB value is (47,168,137). Sum of RGB (Red+Green+Blue) = 47+168+137=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA889 is #D05776. Grayscale: #808080. Windows color (decimal): -13653879 or 9021487. OLE color: 9021487.

HSL color Cylindrical-coordinate representation of color #2FA889: hue angle of 164.63º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA889 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB47168137-
CMYK0.7200.180.34
HSL164.63º56.28%42.16%-
HSV(B)164.63º72.02%65.88%-
XYZ19.6930.4228.5-
YUV128.29132.9170.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.35%
GREEN value IS 168 (66.02% from 255) = 47.73%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=13.35%
G=47.73%
B=38.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal471681370.7200.180.34164.6356.2842.16
Hex2FA8894801222a5382a
Octal57250211110022422457052
Binary1011111010100010001001100100001001010001010100101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fa889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,168,137); }

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

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

 a { background-color: rgb(47,168,137); }

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

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

 span { border-color: rgb(47,168,137); }

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