Html Css Color HEX #2AA689 Niagara

📋 copy color: '#2AA689'

red 42 ◦ green 166 ◦ blue 137

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

Shades of Niagara #2AA689

Tints of Niagara #2AA689

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.12%

 BLUE value IS 137 (53.91% from 255) = 39.71%

R = 12.17%
G = 48.12%
B = 39.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#2AA689 (or 0x2AA689) is known color: Niagara. HEX triplet: 2A, A6 and 89. RGB value is (42,166,137). Sum of RGB (Red+Green+Blue) = 42+166+137=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA689 is #D55976. Grayscale: #7D7D7D. Windows color (decimal): -13982071 or 9020970. OLE color: 9020970.

HSL color Cylindrical-coordinate representation of color #2AA689: hue angle of 165.97º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA689 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 42 166 137 -
CMYK 0.75 0 0.17 0.35
HSL 165.97º 0.6% 0.41% -
HSV(B) 165.97º 0.75% 0.65% -
XYZ 19.11 29.57 28.37 -
YUV 125.62 134.42 68.36 -
System Red Green Blue C M Y K H S L
Decimal 42 166 137 0.75 0 0.17 0.35 165.97 0.6 0.41
Hex 2A A6 89 4B 0 11 23 A6 3C 29
Octal 52 246 211 113 0 21 43 246 74 51
Binary 101010 10100110 10001001 1001011 0 10001 100011 10100110 111100 101001

Color Harmonies of #2AA689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA689

Black with #2AA689

Text Example


Text Example

White with #2AA689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,166,137); }

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

background-color css

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

 a { background-color: rgb(42,166,137); }

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

border-color css

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

 span { border-color: rgb(42,166,137); }

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