#23A596

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

Shades of Niagara #23A596

Tints of Niagara #23A596

Color information

#23A596 (or 0x23A596) is unknown color: approx Niagara. HEX triplet: 23, A5 and 96. RGB value is (35,165,150). Sum of RGB (Red+Green+Blue) = 35+165+150=350 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #23A596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A596 is #DC5A69. Grayscale: #7C7C7C. Windows color (decimal): -14441066 or 9872675. OLE color: 9872675.

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

Color convert

RGB35165150-
CMYK0.7900.090.35
HSL173.08º65%39.22%-
HSV(B)173.08º78.79%64.71%-
XYZ19.6529.4733.51-
YUV124.42142.4364.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10%
GREEN value IS 165 (64.84% from 255) = 47.14%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=10%
G=47.14%
B=42.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal351651500.7900.090.35173.086539.22
Hex23A5964F0923ad4127
Octal432452261170114325510147
Binary1000111010010110010110100111101001100011101011011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,165,150); }

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

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

 a { background-color: rgb(35,165,150); }

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

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

 span { border-color: rgb(35,165,150); }

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