Html Css Color HEX #18A693 Niagara

📋 copy color: '#18A693'

red 24 ◦ green 166 ◦ blue 147

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

Shades of Niagara #18A693

Tints of Niagara #18A693

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.26%

 BLUE value IS 147 (57.81% from 255) = 43.62%

R = 7.12%
G = 49.26%
B = 43.62%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#18A693 (or 0x18A693) is known color: Niagara. HEX triplet: 18, A6 and 93. RGB value is (24,166,147). Sum of RGB (Red+Green+Blue) = 24+166+147=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #18A693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A693 is #E7596C. Grayscale: #797979. Windows color (decimal): -15161709 or 9676312. OLE color: 9676312.

HSL color Cylindrical-coordinate representation of color #18A693: hue angle of 171.97º 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 #18A693 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 166 147 -
CMYK 0.86 0 0.11 0.35
HSL 171.97º 0.75% 0.37% -
HSV(B) 171.97º 0.86% 0.65% -
XYZ 19.28 29.57 32.3 -
YUV 121.38 142.46 58.54 -
System Red Green Blue C M Y K H S L
Decimal 24 166 147 0.86 0 0.11 0.35 171.97 0.75 0.37
Hex 18 A6 93 56 0 B 23 AC 4B 25
Octal 30 246 223 126 0 13 43 254 113 45
Binary 11000 10100110 10010011 1010110 0 1011 100011 10101100 1001011 100101

Color Harmonies of #18A693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A693

Black with #18A693

Text Example


Text Example

White with #18A693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,166,147); }

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

background-color css

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

 a { background-color: rgb(24,166,147); }

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

border-color css

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

 span { border-color: rgb(24,166,147); }

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