Html Css Color HEX #2BB590 Niagara

📋 copy color: '#2BB590'

red 43 ◦ green 181 ◦ blue 144

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

Shades of Niagara #2BB590

Tints of Niagara #2BB590

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.18%

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 11.68%
G = 49.18%
B = 39.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#2BB590 (or 0x2BB590) is known color: Niagara. HEX triplet: 2B, B5 and 90. RGB value is (43,181,144). Sum of RGB (Red+Green+Blue) = 43+181+144=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB590 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB590 is #D44A6F. Grayscale: #878787. Windows color (decimal): -13912688 or 9483563. OLE color: 9483563.

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

Color convert

RGB 43 181 144 -
CMYK 0.76 0 0.20 0.29
HSL 163.91º 0.62% 0.44% -
HSV(B) 163.91º 0.76% 0.71% -
XYZ 22.55 35.57 32.06 -
YUV 135.52 132.78 62.01 -
System Red Green Blue C M Y K H S L
Decimal 43 181 144 0.76 0 0.20 0.29 163.91 0.62 0.44
Hex 2B B5 90 4C 0 14 1D A4 3E 2C
Octal 53 265 220 114 0 24 35 244 76 54
Binary 101011 10110101 10010000 1001100 0 10100 11101 10100100 111110 101100

Color Harmonies of #2BB590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB590

Black with #2BB590

Text Example


Text Example

White with #2BB590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,181,144); }

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

background-color css

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

 a { background-color: rgb(43,181,144); }

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

border-color css

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

 span { border-color: rgb(43,181,144); }

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