#23A68D

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

Shades of Niagara #23A68D

Tints of Niagara #23A68D

Color information

#23A68D (or 0x23A68D) is unknown color: approx Niagara. HEX triplet: 23, A6 and 8D. RGB value is (35,166,141). Sum of RGB (Red+Green+Blue) = 35+166+141=342 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.23% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #23A68D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A68D is #DC5972. Grayscale: #7B7B7B. Windows color (decimal): -14440819 or 9283107. OLE color: 9283107.

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

Color convert

RGB35166141-
CMYK0.7900.150.35
HSL168.55º65.17%39.41%-
HSV(B)168.55º78.92%65.1%-
XYZ19.1429.5529.89-
YUV123.98137.664.53-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.23%
GREEN value IS 166 (65.23% from 255) = 48.54%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=10.23%
G=48.54%
B=41.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal351661410.7900.150.35168.5565.1739.41
Hex23A68D4F0F23a94127
Octal432462151170174325110147
Binary1000111010011010001101100111101111100011101010011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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