Html Css Color HEX #2ABA97 Niagara

📋 copy color: '#2ABA97'

red 42 ◦ green 186 ◦ blue 151

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

Shades of Niagara #2ABA97

Tints of Niagara #2ABA97

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.08%

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

R = 11.08%
G = 49.08%
B = 39.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#2ABA97 (or 0x2ABA97) is known color: Niagara. HEX triplet: 2A, BA and 97. RGB value is (42,186,151). Sum of RGB (Red+Green+Blue) = 42+186+151=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABA97 is #D54568. Grayscale: #8A8A8A. Windows color (decimal): -13976937 or 9943594. OLE color: 9943594.

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

Color convert

RGB 42 186 151 -
CMYK 0.77 0 0.19 0.27
HSL 165.42º 0.63% 0.45% -
HSV(B) 165.42º 0.77% 0.73% -
XYZ 24.1 37.84 35.31 -
YUV 138.95 134.79 58.85 -
System Red Green Blue C M Y K H S L
Decimal 42 186 151 0.77 0 0.19 0.27 165.42 0.63 0.45
Hex 2A BA 97 4D 0 13 1B A5 3F 2D
Octal 52 272 227 115 0 23 33 245 77 55
Binary 101010 10111010 10010111 1001101 0 10011 11011 10100101 111111 101101

Color Harmonies of #2ABA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABA97

Black with #2ABA97

Text Example


Text Example

White with #2ABA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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