#23AA94

Color #23AA94 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #23AA94

Tints of Niagara #23AA94

Color information

#23AA94 (or 0x23AA94) is unknown color: approx Niagara. HEX triplet: 23, AA and 94. RGB value is (35,170,148). Sum of RGB (Red+Green+Blue) = 35+170+148=353 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.92% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #23AA94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AA94 is #DC556B. Grayscale: #7F7F7F. Windows color (decimal): -14439788 or 9742883. OLE color: 9742883.

HSL color Cylindrical-coordinate representation of color #23AA94: hue angle of 170.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23AA94 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB35170148-
CMYK0.7900.130.33
HSL170.22º65.85%40.2%-
HSV(B)170.22º79.41%66.67%-
XYZ20.4131.2432.97-
YUV127.13139.7762.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.92%
GREEN value IS 170 (66.80% from 255) = 48.16%
BLUE value IS 148 (58.20% from 255) = 41.93%
R=9.92%
G=48.16%
B=41.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351701480.7900.130.33170.2265.8540.2
Hex23AA944F0D21aa4228
Octal432522241170154125210250
Binary1000111010101010010100100111101101100001101010101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23AA94; }

 p { color: rgb(35,170,148); }

 H1.HeaderClassName
 {
   color: #23AA94;
 }
 .AnyTagClassName
 {
   color: #23AA94;
 }
</style>
background-color css

<style>
 a { background-color: #23AA94; }

 a { background-color: rgb(35,170,148); }

 div.DivClassName
 {
   background-color: #23AA94;
 }
 .BgClassName
 {
   background-color: #23AA94;
 }
</style>
border-color css

<style>
 span { border-color: #23AA94; }

 span { border-color: rgb(35,170,148); }

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