Html Css Color HEX #18A189 Niagara

📋 copy color: '#18A189'

red 24 ◦ green 161 ◦ blue 137

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

Shades of Niagara #18A189

Tints of Niagara #18A189

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50%

 BLUE value IS 137 (53.91% from 255) = 42.55%

R = 7.45%
G = 50%
B = 42.55%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#18A189 (or 0x18A189) is known color: Niagara. HEX triplet: 18, A1 and 89. RGB value is (24,161,137). Sum of RGB (Red+Green+Blue) = 24+161+137=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #18A189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A189 is #E75E76. Grayscale: #757575. Windows color (decimal): -15162999 or 9019672. OLE color: 9019672.

HSL color Cylindrical-coordinate representation of color #18A189: hue angle of 169.49º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A189 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 161 137 -
CMYK 0.85 0 0.15 0.37
HSL 169.49º 0.74% 0.36% -
HSV(B) 169.49º 0.85% 0.63% -
XYZ 17.64 27.49 28.04 -
YUV 117.3 139.11 61.45 -
System Red Green Blue C M Y K H S L
Decimal 24 161 137 0.85 0 0.15 0.37 169.49 0.74 0.36
Hex 18 A1 89 55 0 F 25 A9 4A 24
Octal 30 241 211 125 0 17 45 251 112 44
Binary 11000 10100001 10001001 1010101 0 1111 100101 10101001 1001010 100100

Color Harmonies of #18A189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A189

Black with #18A189

Text Example


Text Example

White with #18A189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,161,137); }

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

background-color css

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

 a { background-color: rgb(24,161,137); }

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

border-color css

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

 span { border-color: rgb(24,161,137); }

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