#18A28A

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

Shades of Niagara #18A28A

Tints of Niagara #18A28A

Color information

#18A28A (or 0x18A28A) is unknown color: approx Niagara. HEX triplet: 18, A2 and 8A. RGB value is (24,162,138). Sum of RGB (Red+Green+Blue) = 24+162+138=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #18A28A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A28A is #E75D75. Grayscale: #757575. Windows color (decimal): -15162742 or 9085464. OLE color: 9085464.

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

Color convert

RGB24162138-
CMYK0.8500.150.36
HSL169.57º74.19%36.47%-
HSV(B)169.57º85.19%63.53%-
XYZ17.8827.8728.48-
YUV118139.2860.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.41%
GREEN value IS 162 (63.67% from 255) = 50%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=7.41%
G=50%
B=42.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241621380.8500.150.36169.5774.1936.47
Hex18A28A550F24aa4a24
Octal302422121250174425211244
Binary110001010001010001010101010101111100100101010101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,162,138); }

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

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

 a { background-color: rgb(24,162,138); }

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

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

 span { border-color: rgb(24,162,138); }

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