Html Css Color HEX #18AB94 Niagara

📋 copy color: '#18AB94'

red 24 ◦ green 171 ◦ blue 148

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

Shades of Niagara #18AB94

Tints of Niagara #18AB94

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.85%

 BLUE value IS 148 (58.2% from 255) = 43.15%

R = 7%
G = 49.85%
B = 43.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#18AB94 (or 0x18AB94) is known color: Niagara. HEX triplet: 18, AB and 94. RGB value is (24,171,148). Sum of RGB (Red+Green+Blue) = 24+171+148=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AB94 is #E7546B. Grayscale: #7C7C7C. Windows color (decimal): -15160428 or 9743128. OLE color: 9743128.

HSL color Cylindrical-coordinate representation of color #18AB94: hue angle of 170.61º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AB94 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 171 148 -
CMYK 0.86 0 0.13 0.33
HSL 170.61º 0.75% 0.38% -
HSV(B) 170.61º 0.86% 0.67% -
XYZ 20.28 31.46 33.02 -
YUV 124.43 141.3 56.37 -
System Red Green Blue C M Y K H S L
Decimal 24 171 148 0.86 0 0.13 0.33 170.61 0.75 0.38
Hex 18 AB 94 56 0 D 21 AB 4B 26
Octal 30 253 224 126 0 15 41 253 113 46
Binary 11000 10101011 10010100 1010110 0 1101 100001 10101011 1001011 100110

Color Harmonies of #18AB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AB94

Black with #18AB94

Text Example


Text Example

White with #18AB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,171,148); }

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

background-color css

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

 a { background-color: rgb(24,171,148); }

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

border-color css

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

 span { border-color: rgb(24,171,148); }

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