Html Css Color HEX #18AD96 Niagara

📋 copy color: '#18AD96'

red 24 ◦ green 173 ◦ blue 150

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

Shades of Niagara #18AD96

Tints of Niagara #18AD96

RGB

 RED value IS 24 (9.77% from 255) = 6.92%

 GREEN value IS 173 (67.97% from 255) = 49.86%

 BLUE value IS 150 (58.98% from 255) = 43.23%

R = 6.92%
G = 49.86%
B = 43.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#18AD96 (or 0x18AD96) is known color: Niagara. HEX triplet: 18, AD and 96. RGB value is (24,173,150). Sum of RGB (Red+Green+Blue) = 24+173+150=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AD96 is #E75269. Grayscale: #7D7D7D. Windows color (decimal): -15159914 or 9874712. OLE color: 9874712.

HSL color Cylindrical-coordinate representation of color #18AD96: hue angle of 170.74º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AD96 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 173 150 -
CMYK 0.86 0 0.13 0.32
HSL 170.74º 0.76% 0.39% -
HSV(B) 170.74º 0.86% 0.68% -
XYZ 20.83 32.28 33.99 -
YUV 125.83 141.64 55.37 -
System Red Green Blue C M Y K H S L
Decimal 24 173 150 0.86 0 0.13 0.32 170.74 0.76 0.39
Hex 18 AD 96 56 0 D 20 AB 4C 27
Octal 30 255 226 126 0 15 40 253 114 47
Binary 11000 10101101 10010110 1010110 0 1101 100000 10101011 1001100 100111

Color Harmonies of #18AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AD96

Black with #18AD96

Text Example


Text Example

White with #18AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18AD96; }

 p { color: rgb(24,173,150); }

 H1.HeaderClassName
 {
   color: #18AD96;
 }
 .AnyTagClassName
 {
   color: #18AD96;
 }
</style>

background-color css

<style>
 a { background-color: #18AD96; }

 a { background-color: rgb(24,173,150); }

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

border-color css

<style>
 span { border-color: #18AD96; }

 span { border-color: rgb(24,173,150); }

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