#2BB69B

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

Shades of Niagara #2BB69B

Tints of Niagara #2BB69B

Color information

#2BB69B (or 0x2BB69B) is unknown color: approx Niagara. HEX triplet: 2B, B6 and 9B. RGB value is (43,182,155). Sum of RGB (Red+Green+Blue) = 43+182+155=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB69B is #D44964. Grayscale: #898989. Windows color (decimal): -13912421 or 10204715. OLE color: 10204715.

HSL color Cylindrical-coordinate representation of color #2BB69B: hue angle of 168.35º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB69B is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB43182155-
CMYK0.7600.150.29
HSL168.35º61.78%44.12%-
HSV(B)168.35º76.37%71.37%-
XYZ23.6436.3436.78-
YUV137.36137.9560.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.32%
GREEN value IS 182 (71.48% from 255) = 47.89%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=11.32%
G=47.89%
B=40.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal431821550.7600.150.29168.3561.7844.12
Hex2BB69B4C0F1Da83e2c
Octal53266233114017352507654
Binary10101110110110100110111001100011111110110101000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,182,155); }

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

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

 a { background-color: rgb(43,182,155); }

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

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

 span { border-color: rgb(43,182,155); }

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