#23B28E

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

Shades of Niagara #23B28E

Tints of Niagara #23B28E

Color information

#23B28E (or 0x23B28E) is unknown color: approx Niagara. HEX triplet: 23, B2 and 8E. RGB value is (35,178,142). Sum of RGB (Red+Green+Blue) = 35+178+142=355 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.86% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #23B28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23B28E is #DC4D71. Grayscale: #838383. Windows color (decimal): -14437746 or 9351715. OLE color: 9351715.

HSL color Cylindrical-coordinate representation of color #23B28E: hue angle of 164.9º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B28E is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB35178142-
CMYK0.8000.200.30
HSL164.9º67.14%41.76%-
HSV(B)164.9º80.34%69.8%-
XYZ21.534.1531.05-
YUV131.14134.1259.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.86%
GREEN value IS 178 (69.92% from 255) = 50.14%
BLUE value IS 142 (55.86% from 255) = 40%
R=9.86%
G=50.14%
B=40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal351781420.8000.200.30164.967.1441.76
Hex23B28E500141Ea5432a
Octal432622161200243624510352
Binary1000111011001010001110101000001010011110101001011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,178,142); }

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

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

 a { background-color: rgb(35,178,142); }

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

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

 span { border-color: rgb(35,178,142); }

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