#18A08E

Color #18A08E Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #18A08E

Tints of Niagara #18A08E

Color information

#18A08E (or 0x18A08E) is unknown color: approx Niagara. HEX triplet: 18, A0 and 8E. RGB value is (24,160,142). Sum of RGB (Red+Green+Blue) = 24+160+142=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #18A08E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A08E is #E75F71. Grayscale: #757575. Windows color (decimal): -15163250 or 9347096. OLE color: 9347096.

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

Color convert

RGB24160142-
CMYK0.8500.110.37
HSL172.06º73.91%36.08%-
HSV(B)172.06º85%62.75%-
XYZ17.8327.2929.92-
YUV117.28141.9461.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.36%
GREEN value IS 160 (62.89% from 255) = 49.08%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=7.36%
G=49.08%
B=43.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal241601420.8500.110.37172.0673.9136.08
Hex18A08E550B25ac4a24
Octal302402161250134525411244
Binary110001010000010001110101010101011100101101011001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18A08E;
 }
 .AnyTagClassName
 {
   color: #18A08E;
 }
</style>
background-color css

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

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

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

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

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

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