#23A490

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

Shades of Niagara #23A490

Tints of Niagara #23A490

Color information

#23A490 (or 0x23A490) is unknown color: approx Niagara. HEX triplet: 23, A4 and 90. RGB value is (35,164,144). Sum of RGB (Red+Green+Blue) = 35+164+144=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 164 - color contains mainly: green. Hex color #23A490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A490 is #DC5B6F. Grayscale: #7B7B7B. Windows color (decimal): -14441328 or 9479203. OLE color: 9479203.

HSL color Cylindrical-coordinate representation of color #23A490: hue angle of 170.7º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A490 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB35164144-
CMYK0.7900.120.36
HSL170.7º64.82%39.02%-
HSV(B)170.7º78.66%64.31%-
XYZ1928.9230.97-
YUV123.15139.7665.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.20%
GREEN value IS 164 (64.45% from 255) = 47.81%
BLUE value IS 144 (56.64% from 255) = 41.98%
R=10.20%
G=47.81%
B=41.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal351641440.7900.120.36170.764.8239.02
Hex23A4904F0C24ab4127
Octal432442201170144425310147
Binary1000111010010010010000100111101100100100101010111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,164,144); }

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

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

 a { background-color: rgb(35,164,144); }

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

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

 span { border-color: rgb(35,164,144); }

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