#23B095

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

Shades of Niagara #23B095

Tints of Niagara #23B095

Color information

#23B095 (or 0x23B095) is unknown color: approx Niagara. HEX triplet: 23, B0 and 95. RGB value is (35,176,149). Sum of RGB (Red+Green+Blue) = 35+176+149=360 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.72% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #23B095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23B095 is #DC4F6A. Grayscale: #828282. Windows color (decimal): -14438251 or 9809955. OLE color: 9809955.

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

Color convert

RGB35176149-
CMYK0.8000.150.31
HSL168.51º66.82%41.37%-
HSV(B)168.51º80.11%69.02%-
XYZ21.6433.5833.77-
YUV130.76138.2959.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.72%
GREEN value IS 176 (69.14% from 255) = 48.89%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=9.72%
G=48.89%
B=41.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal351761490.8000.150.31168.5166.8241.37
Hex23B095500F1Fa94329
Octal432602251200173725110351
Binary100011101100001001010110100000111111111101010011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23B095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,176,149); }

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

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

 a { background-color: rgb(35,176,149); }

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

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

 span { border-color: rgb(35,176,149); }

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