Html Css Color HEX #18A58E Niagara

📋 copy color: '#18A58E'

red 24 ◦ green 165 ◦ blue 142

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

Shades of Niagara #18A58E

Tints of Niagara #18A58E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.85%

 BLUE value IS 142 (55.86% from 255) = 42.9%

R = 7.25%
G = 49.85%
B = 42.9%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#18A58E (or 0x18A58E) is known color: Niagara. HEX triplet: 18, A5 and 8E. RGB value is (24,165,142). Sum of RGB (Red+Green+Blue) = 24+165+142=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #18A58E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A58E is #E75A71. Grayscale: #787878. Windows color (decimal): -15161970 or 9348376. OLE color: 9348376.

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

Color convert

RGB 24 165 142 -
CMYK 0.85 0 0.14 0.35
HSL 170.21º 0.75% 0.37% -
HSV(B) 170.21º 0.85% 0.65% -
XYZ 18.71 29.06 30.21 -
YUV 120.22 140.29 59.37 -
System Red Green Blue C M Y K H S L
Decimal 24 165 142 0.85 0 0.14 0.35 170.21 0.75 0.37
Hex 18 A5 8E 55 0 E 23 AA 4B 25
Octal 30 245 216 125 0 16 43 252 113 45
Binary 11000 10100101 10001110 1010101 0 1110 100011 10101010 1001011 100101

Color Harmonies of #18A58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A58E

Black with #18A58E

Text Example


Text Example

White with #18A58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,165,142); }

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

background-color css

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

 a { background-color: rgb(24,165,142); }

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

border-color css

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

 span { border-color: rgb(24,165,142); }

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