Html Css Color HEX #23A895 Niagara

📋 copy color: '#23A895'

red 35 ◦ green 168 ◦ blue 149

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

Shades of Niagara #23A895

Tints of Niagara #23A895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.73%

 BLUE value IS 149 (58.59% from 255) = 42.33%

R = 9.94%
G = 47.73%
B = 42.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#23A895 (or 0x23A895) is known color: Niagara. HEX triplet: 23, A8 and 95. RGB value is (35,168,149). Sum of RGB (Red+Green+Blue) = 35+168+149=352 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.94% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 168 - color contains mainly: green. Hex color #23A895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A895 is #DC576A. Grayscale: #7E7E7E. Windows color (decimal): -14440299 or 9807907. OLE color: 9807907.

HSL color Cylindrical-coordinate representation of color #23A895: hue angle of 171.43º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A895 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 35 168 149 -
CMYK 0.79 0 0.11 0.34
HSL 171.43º 0.66% 0.4% -
HSV(B) 171.43º 0.79% 0.66% -
XYZ 20.12 30.53 33.27 -
YUV 126.07 140.94 63.04 -
System Red Green Blue C M Y K H S L
Decimal 35 168 149 0.79 0 0.11 0.34 171.43 0.66 0.4
Hex 23 A8 95 4F 0 B 22 AB 42 28
Octal 43 250 225 117 0 13 42 253 102 50
Binary 100011 10101000 10010101 1001111 0 1011 100010 10101011 1000010 101000

Color Harmonies of #23A895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23A895

Black with #23A895

Text Example


Text Example

White with #23A895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,168,149); }

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

background-color css

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

 a { background-color: rgb(35,168,149); }

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

border-color css

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

 span { border-color: rgb(35,168,149); }

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