Html Css Color HEX #2AB492 Niagara

📋 copy color: '#2AB492'

red 42 ◦ green 180 ◦ blue 146

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

Shades of Niagara #2AB492

Tints of Niagara #2AB492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 11.41%
G = 48.91%
B = 39.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#2AB492 (or 0x2AB492) is known color: Niagara. HEX triplet: 2A, B4 and 92. RGB value is (42,180,146). Sum of RGB (Red+Green+Blue) = 42+180+146=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB492 is #D54B6D. Grayscale: #868686. Windows color (decimal): -13978478 or 9614378. OLE color: 9614378.

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

Color convert

RGB 42 180 146 -
CMYK 0.77 0 0.19 0.29
HSL 165.22º 0.62% 0.44% -
HSV(B) 165.22º 0.77% 0.71% -
XYZ 22.46 35.21 32.81 -
YUV 134.86 134.28 61.76 -
System Red Green Blue C M Y K H S L
Decimal 42 180 146 0.77 0 0.19 0.29 165.22 0.62 0.44
Hex 2A B4 92 4D 0 13 1D A5 3E 2C
Octal 52 264 222 115 0 23 35 245 76 54
Binary 101010 10110100 10010010 1001101 0 10011 11101 10100101 111110 101100

Color Harmonies of #2AB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB492

Black with #2AB492

Text Example


Text Example

White with #2AB492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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