#2FAB9C

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

Shades of Niagara #2FAB9C

Tints of Niagara #2FAB9C

Color information

#2FAB9C (or 0x2FAB9C) is unknown color: approx Niagara. HEX triplet: 2F, AB and 9C. RGB value is (47,171,156). Sum of RGB (Red+Green+Blue) = 47+171+156=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAB9C is #D05463. Grayscale: #848484. Windows color (decimal): -13653092 or 10267439. OLE color: 10267439.

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

Color convert

RGB47171156-
CMYK0.7300.090.33
HSL172.74º56.88%42.75%-
HSV(B)172.74º72.51%67.06%-
XYZ21.7432.1336.51-
YUV132.21141.4267.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.57%
GREEN value IS 171 (67.19% from 255) = 45.72%
BLUE value IS 156 (61.33% from 255) = 41.71%
R=12.57%
G=45.72%
B=41.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471711560.7300.090.33172.7456.8842.75
Hex2FAB9C490921ad392b
Octal57253234111011412557153
Binary101111101010111001110010010010100110000110101101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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