Html Css Color HEX #2BB497 Niagara

📋 copy color: '#2BB497'

red 43 ◦ green 180 ◦ blue 151

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

Shades of Niagara #2BB497

Tints of Niagara #2BB497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.13%

 BLUE value IS 151 (59.38% from 255) = 40.37%

R = 11.5%
G = 48.13%
B = 40.37%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#2BB497 (or 0x2BB497) is known color: Niagara. HEX triplet: 2B, B4 and 97. RGB value is (43,180,151). Sum of RGB (Red+Green+Blue) = 43+180+151=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB497 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB497 is #D44B68. Grayscale: #878787. Windows color (decimal): -13912937 or 9942059. OLE color: 9942059.

HSL color Cylindrical-coordinate representation of color #2BB497: hue angle of 167.3º degrees, saturation: 0.61, 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 #2BB497 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 180 151 -
CMYK 0.76 0 0.16 0.29
HSL 167.3º 0.61% 0.44% -
HSV(B) 167.3º 0.76% 0.71% -
XYZ 22.9 35.39 34.9 -
YUV 135.73 136.61 61.86 -
System Red Green Blue C M Y K H S L
Decimal 43 180 151 0.76 0 0.16 0.29 167.3 0.61 0.44
Hex 2B B4 97 4C 0 10 1D A7 3D 2C
Octal 53 264 227 114 0 20 35 247 75 54
Binary 101011 10110100 10010111 1001100 0 10000 11101 10100111 111101 101100

Color Harmonies of #2BB497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB497

Black with #2BB497

Text Example


Text Example

White with #2BB497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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