#2B9F88

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

Shades of Niagara #2B9F88

Tints of Niagara #2B9F88

Color information

#2B9F88 (or 0x2B9F88) is unknown color: approx Niagara. HEX triplet: 2B, 9F and 88. RGB value is (43,159,136). Sum of RGB (Red+Green+Blue) = 43+159+136=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9F88 is #D46077. Grayscale: #797979. Windows color (decimal): -13918328 or 8953643. OLE color: 8953643.

HSL color Cylindrical-coordinate representation of color #2B9F88: hue angle of 168.1º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9F88 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB43159136-
CMYK0.7300.140.38
HSL168.1º57.43%39.61%-
HSV(B)168.1º72.96%62.35%-
XYZ17.8427.0927.58-
YUV121.69136.0771.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.72%
GREEN value IS 159 (62.5% from 255) = 47.04%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=12.72%
G=47.04%
B=40.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431591360.7300.140.38168.157.4339.61
Hex2B9F88490E26a83928
Octal53237210111016462507150
Binary101011100111111000100010010010111010011010101000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,159,136); }

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

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

 a { background-color: rgb(43,159,136); }

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

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

 span { border-color: rgb(43,159,136); }

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