#23AE94

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

Shades of Niagara #23AE94

Tints of Niagara #23AE94

Color information

#23AE94 (or 0x23AE94) is unknown color: approx Niagara. HEX triplet: 23, AE and 94. RGB value is (35,174,148). Sum of RGB (Red+Green+Blue) = 35+174+148=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #23AE94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AE94 is #DC516B. Grayscale: #818181. Windows color (decimal): -14438764 or 9743907. OLE color: 9743907.

HSL color Cylindrical-coordinate representation of color #23AE94: hue angle of 168.78º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AE94 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB35174148-
CMYK0.8000.150.32
HSL168.78º66.51%40.98%-
HSV(B)168.78º79.89%68.24%-
XYZ21.1732.7733.23-
YUV129.48138.4560.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.80%
GREEN value IS 174 (68.36% from 255) = 48.74%
BLUE value IS 148 (58.20% from 255) = 41.46%
R=9.80%
G=48.74%
B=41.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal351741480.8000.150.32168.7866.5140.98
Hex23AE94500F20a94329
Octal432562241200174025110351
Binary1000111010111010010100101000001111100000101010011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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