#2FB199

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

Shades of Niagara #2FB199

Tints of Niagara #2FB199

Color information

#2FB199 (or 0x2FB199) is unknown color: approx Niagara. HEX triplet: 2F, B1 and 99. RGB value is (47,177,153). Sum of RGB (Red+Green+Blue) = 47+177+153=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB199 is #D04E66. Grayscale: #878787. Windows color (decimal): -13651559 or 10072367. OLE color: 10072367.

HSL color Cylindrical-coordinate representation of color #2FB199: hue angle of 168.92º 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 #2FB199 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB47177153-
CMYK0.7300.140.31
HSL168.92º58.04%43.92%-
HSV(B)168.92º73.45%69.41%-
XYZ22.6434.3535.57-
YUV135.39137.9364.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.47%
GREEN value IS 177 (69.53% from 255) = 46.95%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=12.47%
G=46.95%
B=40.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471771530.7300.140.31168.9258.0443.92
Hex2FB199490E1Fa93a2c
Octal57261231111016372517254
Binary10111110110001100110011001001011101111110101001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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