#2FB496

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

Shades of Niagara #2FB496

Tints of Niagara #2FB496

Color information

#2FB496 (or 0x2FB496) is unknown color: approx Niagara. HEX triplet: 2F, B4 and 96. RGB value is (47,180,150). Sum of RGB (Red+Green+Blue) = 47+180+150=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB496 is #D04B69. Grayscale: #888888. Windows color (decimal): -13650794 or 9876527. OLE color: 9876527.

HSL color Cylindrical-coordinate representation of color #2FB496: hue angle of 166.47º 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 #2FB496 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB47180150-
CMYK0.7400.170.29
HSL166.47º58.59%44.51%-
HSV(B)166.47º73.89%70.59%-
XYZ2335.4534.48-
YUV136.81135.4463.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.47%
GREEN value IS 180 (70.70% from 255) = 47.75%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=12.47%
G=47.75%
B=39.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471801500.7400.170.29166.4758.5944.51
Hex2FB4964A0111Da63b2d
Octal57264226112021352467355
Binary101111101101001001011010010100100011110110100110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,180,150); }

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

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

 a { background-color: rgb(47,180,150); }

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

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

 span { border-color: rgb(47,180,150); }

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