Html Css Color HEX #23A490 Niagara

📋 copy color: '#23A490'

red 35 ◦ green 164 ◦ blue 144

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

Shades of Niagara #23A490

Tints of Niagara #23A490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.98%

R = 10.2%
G = 47.81%
B = 41.98%

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

#23A490 (or 0x23A490) is known color: Niagara. HEX triplet: 23, A4 and 90. RGB value is (35,164,144). Sum of RGB (Red+Green+Blue) = 35+164+144=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 164 - color contains mainly: green. Hex color #23A490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A490 is #DC5B6F. Grayscale: #7B7B7B. Windows color (decimal): -14441328 or 9479203. OLE color: 9479203.

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

Color convert

RGB 35 164 144 -
CMYK 0.79 0 0.12 0.36
HSL 170.7º 0.65% 0.39% -
HSV(B) 170.7º 0.79% 0.64% -
XYZ 19 28.92 30.97 -
YUV 123.15 139.76 65.13 -
System Red Green Blue C M Y K H S L
Decimal 35 164 144 0.79 0 0.12 0.36 170.7 0.65 0.39
Hex 23 A4 90 4F 0 C 24 AB 41 27
Octal 43 244 220 117 0 14 44 253 101 47
Binary 100011 10100100 10010000 1001111 0 1100 100100 10101011 1000001 100111

Color Harmonies of #23A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23A490

Black with #23A490

Text Example


Text Example

White with #23A490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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