Html Css Color HEX #2BB994 Niagara

📋 copy color: '#2BB994'

red 43 ◦ green 185 ◦ blue 148

#2BB994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #2BB994

Tints of Niagara #2BB994

RGB

 RED value IS 43 (17.19% from 255) = 11.44%

 GREEN value IS 185 (72.66% from 255) = 49.2%

 BLUE value IS 148 (58.2% from 255) = 39.36%

R = 11.44%
G = 49.2%
B = 39.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#2BB994 (or 0x2BB994) is known color: Niagara. HEX triplet: 2B, B9 and 94. RGB value is (43,185,148). Sum of RGB (Red+Green+Blue) = 43+185+148=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB994 is #D4466B. Grayscale: #8A8A8A. Windows color (decimal): -13911660 or 9746731. OLE color: 9746731.

HSL color Cylindrical-coordinate representation of color #2BB994: hue angle of 164.37º 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 #2BB994 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 185 148 -
CMYK 0.77 0 0.20 0.27
HSL 164.37º 0.62% 0.45% -
HSV(B) 164.37º 0.77% 0.73% -
XYZ 23.69 37.35 33.98 -
YUV 138.32 133.46 60.01 -
System Red Green Blue C M Y K H S L
Decimal 43 185 148 0.77 0 0.20 0.27 164.37 0.62 0.45
Hex 2B B9 94 4D 0 14 1B A4 3E 2D
Octal 53 271 224 115 0 24 33 244 76 55
Binary 101011 10111001 10010100 1001101 0 10100 11011 10100100 111110 101101

Color Harmonies of #2BB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB994

Black with #2BB994

Text Example


Text Example

White with #2BB994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2BB994;
 }
 .AnyTagClassName
 {
   color: #2BB994;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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