#23B096

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

Shades of Niagara #23B096

Tints of Niagara #23B096

Color information

#23B096 (or 0x23B096) is unknown color: approx Niagara. HEX triplet: 23, B0 and 96. RGB value is (35,176,150). Sum of RGB (Red+Green+Blue) = 35+176+150=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #23B096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23B096 is #DC4F69. Grayscale: #828282. Windows color (decimal): -14438250 or 9875491. OLE color: 9875491.

HSL color Cylindrical-coordinate representation of color #23B096: hue angle of 168.94º 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 #23B096 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB35176150-
CMYK0.8000.150.31
HSL168.94º66.82%41.37%-
HSV(B)168.94º80.11%69.02%-
XYZ21.7233.6134.2-
YUV130.88138.7959.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.70%
GREEN value IS 176 (69.14% from 255) = 48.75%
BLUE value IS 150 (58.98% from 255) = 41.55%
R=9.70%
G=48.75%
B=41.55%

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
Decimal351761500.8000.150.31168.9466.8241.37
Hex23B096500F1Fa94329
Octal432602261200173725110351
Binary100011101100001001011010100000111111111101010011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23B096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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