#2FB69A

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

Shades of Niagara #2FB69A

Tints of Niagara #2FB69A

Color information

#2FB69A (or 0x2FB69A) is unknown color: approx Niagara. HEX triplet: 2F, B6 and 9A. RGB value is (47,182,154). Sum of RGB (Red+Green+Blue) = 47+182+154=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB69A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB69A is #D04965. Grayscale: #8A8A8A. Windows color (decimal): -13650278 or 10139183. OLE color: 10139183.

HSL color Cylindrical-coordinate representation of color #2FB69A: hue angle of 167.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB69A is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB47182154-
CMYK0.7400.150.29
HSL167.56º58.95%44.9%-
HSV(B)167.56º74.18%71.37%-
XYZ23.7336.3936.35-
YUV138.44136.7762.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.27%
GREEN value IS 182 (71.48% from 255) = 47.52%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=12.27%
G=47.52%
B=40.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471821540.7400.150.29167.5658.9544.9
Hex2FB69A4A0F1Da83b2d
Octal57266232112017352507355
Binary10111110110110100110101001010011111110110101000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,182,154); }

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

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

 a { background-color: rgb(47,182,154); }

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

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

 span { border-color: rgb(47,182,154); }

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