#2FAB96

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

Shades of Niagara #2FAB96

Tints of Niagara #2FAB96

Color information

#2FAB96 (or 0x2FAB96) is unknown color: approx Niagara. HEX triplet: 2F, AB and 96. RGB value is (47,171,150). Sum of RGB (Red+Green+Blue) = 47+171+150=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAB96 is #D05469. Grayscale: #838383. Windows color (decimal): -13653098 or 9874223. OLE color: 9874223.

HSL color Cylindrical-coordinate representation of color #2FAB96: hue angle of 169.84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAB96 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB47171150-
CMYK0.7300.120.33
HSL169.84º56.88%42.75%-
HSV(B)169.84º72.51%67.06%-
XYZ21.2431.9333.9-
YUV131.53138.4267.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.77%
GREEN value IS 171 (67.19% from 255) = 46.47%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=12.77%
G=46.47%
B=40.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471711500.7300.120.33169.8456.8842.75
Hex2FAB96490C21aa392b
Octal57253226111014412527153
Binary101111101010111001011010010010110010000110101010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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