Html Css Color HEX #2AB49B Niagara

📋 copy color: '#2AB49B'

red 42 ◦ green 180 ◦ blue 155

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

Shades of Niagara #2AB49B

Tints of Niagara #2AB49B

RGB

 RED value IS 42 (16.8% from 255) = 11.14%

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

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 11.14%
G = 47.75%
B = 41.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#2AB49B (or 0x2AB49B) is known color: Niagara. HEX triplet: 2A, B4 and 9B. RGB value is (42,180,155). Sum of RGB (Red+Green+Blue) = 42+180+155=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB49B is #D54B64. Grayscale: #878787. Windows color (decimal): -13978469 or 10204202. OLE color: 10204202.

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

Color convert

RGB 42 180 155 -
CMYK 0.77 0 0.14 0.29
HSL 169.13º 0.62% 0.44% -
HSV(B) 169.13º 0.77% 0.71% -
XYZ 23.19 35.5 36.64 -
YUV 135.89 138.78 61.03 -
System Red Green Blue C M Y K H S L
Decimal 42 180 155 0.77 0 0.14 0.29 169.13 0.62 0.44
Hex 2A B4 9B 4D 0 E 1D A9 3E 2C
Octal 52 264 233 115 0 16 35 251 76 54
Binary 101010 10110100 10011011 1001101 0 1110 11101 10101001 111110 101100

Color Harmonies of #2AB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB49B

Black with #2AB49B

Text Example


Text Example

White with #2AB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,180,155); }

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

background-color css

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

 a { background-color: rgb(42,180,155); }

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

border-color css

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

 span { border-color: rgb(42,180,155); }

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