#2BB997

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

Shades of Niagara #2BB997

Tints of Niagara #2BB997

Color information

#2BB997 (or 0x2BB997) is unknown color: approx Niagara. HEX triplet: 2B, B9 and 97. RGB value is (43,185,151). Sum of RGB (Red+Green+Blue) = 43+185+151=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB997 is #D44668. Grayscale: #8A8A8A. Windows color (decimal): -13911657 or 9943339. OLE color: 9943339.

HSL color Cylindrical-coordinate representation of color #2BB997: hue angle of 165.63º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB997 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB43185151-
CMYK0.7700.180.27
HSL165.63º62.28%44.71%-
HSV(B)165.63º76.76%72.55%-
XYZ23.9337.4535.24-
YUV138.67134.9659.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.35%
GREEN value IS 185 (72.66% from 255) = 48.81%
BLUE value IS 151 (59.38% from 255) = 39.84%
R=11.35%
G=48.81%
B=39.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431851510.7700.180.27165.6362.2844.71
Hex2BB9974D0121Ba63e2d
Octal53271227115022332467655
Binary101011101110011001011110011010100101101110100110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,185,151); }

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

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

 a { background-color: rgb(43,185,151); }

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

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

 span { border-color: rgb(43,185,151); }

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