Html Css Color HEX #18A796 Niagara

📋 copy color: '#18A796'

red 24 ◦ green 167 ◦ blue 150

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

Shades of Niagara #18A796

Tints of Niagara #18A796

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.97%

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

R = 7.04%
G = 48.97%
B = 43.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#18A796 (or 0x18A796) is known color: Niagara. HEX triplet: 18, A7 and 96. RGB value is (24,167,150). Sum of RGB (Red+Green+Blue) = 24+167+150=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #18A796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A796 is #E75869. Grayscale: #7A7A7A. Windows color (decimal): -15161450 or 9873176. OLE color: 9873176.

HSL color Cylindrical-coordinate representation of color #18A796: hue angle of 172.87º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A796 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 167 150 -
CMYK 0.86 0 0.10 0.35
HSL 172.87º 0.75% 0.37% -
HSV(B) 172.87º 0.86% 0.65% -
XYZ 19.7 30.03 33.61 -
YUV 122.31 143.62 57.88 -
System Red Green Blue C M Y K H S L
Decimal 24 167 150 0.86 0 0.10 0.35 172.87 0.75 0.37
Hex 18 A7 96 56 0 A 23 AD 4B 25
Octal 30 247 226 126 0 12 43 255 113 45
Binary 11000 10100111 10010110 1010110 0 1010 100011 10101101 1001011 100101

Color Harmonies of #18A796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A796

Black with #18A796

Text Example


Text Example

White with #18A796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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