#2FB19C

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

Shades of Niagara #2FB19C

Tints of Niagara #2FB19C

Color information

#2FB19C (or 0x2FB19C) is unknown color: approx Niagara. HEX triplet: 2F, B1 and 9C. RGB value is (47,177,156). Sum of RGB (Red+Green+Blue) = 47+177+156=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB19C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB19C is #D04E63. Grayscale: #878787. Windows color (decimal): -13651556 or 10268975. OLE color: 10268975.

HSL color Cylindrical-coordinate representation of color #2FB19C: hue angle of 170.31º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB19C is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB47177156-
CMYK0.7300.120.31
HSL170.31º58.04%43.92%-
HSV(B)170.31º73.45%69.41%-
XYZ22.934.4536.9-
YUV135.74139.4364.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.37%
GREEN value IS 177 (69.53% from 255) = 46.58%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=12.37%
G=46.58%
B=41.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471771560.7300.120.31170.3158.0443.92
Hex2FB19C490C1Faa3a2c
Octal57261234111014372527254
Binary10111110110001100111001001001011001111110101010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,177,156); }

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

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

 a { background-color: rgb(47,177,156); }

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

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

 span { border-color: rgb(47,177,156); }

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