#2BB38F

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

Shades of Niagara #2BB38F

Tints of Niagara #2BB38F

Color information

#2BB38F (or 0x2BB38F) is unknown color: approx Niagara. HEX triplet: 2B, B3 and 8F. RGB value is (43,179,143). Sum of RGB (Red+Green+Blue) = 43+179+143=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB38F is #D44C70. Grayscale: #868686. Windows color (decimal): -13913201 or 9417515. OLE color: 9417515.

HSL color Cylindrical-coordinate representation of color #2BB38F: hue angle of 164.12º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB38F is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB43179143-
CMYK0.7600.200.30
HSL164.12º61.26%43.53%-
HSV(B)164.12º75.98%70.2%-
XYZ22.0734.7431.53-
YUV134.23132.9462.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.78%
GREEN value IS 179 (70.31% from 255) = 49.04%
BLUE value IS 143 (56.25% from 255) = 39.18%
R=11.78%
G=49.04%
B=39.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal431791430.7600.200.30164.1261.2643.53
Hex2BB38F4C0141Ea43d2c
Octal53263217114024362447554
Binary101011101100111000111110011000101001111010100100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,179,143); }

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

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

 a { background-color: rgb(43,179,143); }

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

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

 span { border-color: rgb(43,179,143); }

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