Html Css Color HEX #2AB994 Niagara

📋 copy color: '#2AB994'

red 42 ◦ green 185 ◦ blue 148

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

Shades of Niagara #2AB994

Tints of Niagara #2AB994

RGB

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

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

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

R = 11.2%
G = 49.33%
B = 39.47%

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

#2AB994 (or 0x2AB994) is known color: Niagara. HEX triplet: 2A, B9 and 94. RGB value is (42,185,148). Sum of RGB (Red+Green+Blue) = 42+185+148=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB994 is #D5466B. Grayscale: #8A8A8A. Windows color (decimal): -13977196 or 9746730. OLE color: 9746730.

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

Color convert

RGB 42 185 148 -
CMYK 0.77 0 0.20 0.27
HSL 164.48º 0.63% 0.45% -
HSV(B) 164.48º 0.77% 0.73% -
XYZ 23.65 37.33 33.98 -
YUV 138.03 133.62 59.51 -
System Red Green Blue C M Y K H S L
Decimal 42 185 148 0.77 0 0.20 0.27 164.48 0.63 0.45
Hex 2A B9 94 4D 0 14 1B A4 3F 2D
Octal 52 271 224 115 0 24 33 244 77 55
Binary 101010 10111001 10010100 1001101 0 10100 11011 10100100 111111 101101

Color Harmonies of #2AB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB994

Black with #2AB994

Text Example


Text Example

White with #2AB994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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