Html Css Color HEX #23A491 Niagara

📋 copy color: '#23A491'

red 35 ◦ green 164 ◦ blue 145

#23A491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #23A491

Tints of Niagara #23A491

RGB

 RED value IS 35 (14.06% from 255) = 10.17%

 GREEN value IS 164 (64.45% from 255) = 47.67%

 BLUE value IS 145 (57.03% from 255) = 42.15%

R = 10.17%
G = 47.67%
B = 42.15%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#23A491 (or 0x23A491) is known color: Niagara. HEX triplet: 23, A4 and 91. RGB value is (35,164,145). Sum of RGB (Red+Green+Blue) = 35+164+145=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #23A491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A491 is #DC5B6E. Grayscale: #7B7B7B. Windows color (decimal): -14441327 or 9544739. OLE color: 9544739.

HSL color Cylindrical-coordinate representation of color #23A491: hue angle of 171.16º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A491 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 35 164 145 -
CMYK 0.79 0 0.12 0.36
HSL 171.16º 0.65% 0.39% -
HSV(B) 171.16º 0.79% 0.64% -
XYZ 19.08 28.95 31.37 -
YUV 123.26 140.26 65.04 -
System Red Green Blue C M Y K H S L
Decimal 35 164 145 0.79 0 0.12 0.36 171.16 0.65 0.39
Hex 23 A4 91 4F 0 C 24 AB 41 27
Octal 43 244 221 117 0 14 44 253 101 47
Binary 100011 10100100 10010001 1001111 0 1100 100100 10101011 1000001 100111

Color Harmonies of #23A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23A491

Black with #23A491

Text Example


Text Example

White with #23A491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,164,145); }

 H1.HeaderClassName
 {
   color: #23A491;
 }
 .AnyTagClassName
 {
   color: #23A491;
 }
</style>

background-color css

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

 a { background-color: rgb(35,164,145); }

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

border-color css

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

 span { border-color: rgb(35,164,145); }

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