#23A68E

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

Shades of Niagara #23A68E

Tints of Niagara #23A68E

Color information

#23A68E (or 0x23A68E) is unknown color: approx Niagara. HEX triplet: 23, A6 and 8E. RGB value is (35,166,142). Sum of RGB (Red+Green+Blue) = 35+166+142=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #23A68E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A68E is #DC5971. Grayscale: #7C7C7C. Windows color (decimal): -14440818 or 9348643. OLE color: 9348643.

HSL color Cylindrical-coordinate representation of color #23A68E: hue angle of 169.01º 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 #23A68E is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB35166142-
CMYK0.7900.140.35
HSL169.01º65.17%39.41%-
HSV(B)169.01º78.92%65.1%-
XYZ19.2129.5830.29-
YUV124.1138.164.45-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.20%
GREEN value IS 166 (65.23% from 255) = 48.40%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=10.20%
G=48.40%
B=41.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal351661420.7900.140.35169.0165.1739.41
Hex23A68E4F0E23a94127
Octal432462161170164325110147
Binary1000111010011010001110100111101110100011101010011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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