Html Css Color HEX #2AB997 Niagara

📋 copy color: '#2AB997'

red 42 ◦ green 185 ◦ blue 151

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

Shades of Niagara #2AB997

Tints of Niagara #2AB997

RGB

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

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

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

R = 11.11%
G = 48.94%
B = 39.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#2AB997 (or 0x2AB997) is known color: Niagara. HEX triplet: 2A, B9 and 97. RGB value is (42,185,151). Sum of RGB (Red+Green+Blue) = 42+185+151=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB997 is #D54668. Grayscale: #8A8A8A. Windows color (decimal): -13977193 or 9943338. OLE color: 9943338.

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

Color convert

RGB 42 185 151 -
CMYK 0.77 0 0.18 0.27
HSL 165.73º 0.63% 0.45% -
HSV(B) 165.73º 0.77% 0.73% -
XYZ 23.89 37.42 35.24 -
YUV 138.37 135.12 59.26 -
System Red Green Blue C M Y K H S L
Decimal 42 185 151 0.77 0 0.18 0.27 165.73 0.63 0.45
Hex 2A B9 97 4D 0 12 1B A6 3F 2D
Octal 52 271 227 115 0 22 33 246 77 55
Binary 101010 10111001 10010111 1001101 0 10010 11011 10100110 111111 101101

Color Harmonies of #2AB997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB997

Black with #2AB997

Text Example


Text Example

White with #2AB997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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