#18A288

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

Shades of Niagara #18A288

Tints of Niagara #18A288

Color information

#18A288 (or 0x18A288) is unknown color: approx Niagara. HEX triplet: 18, A2 and 88. RGB value is (24,162,136). Sum of RGB (Red+Green+Blue) = 24+162+136=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #18A288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A288 is #E75D77. Grayscale: #757575. Windows color (decimal): -15162744 or 8954392. OLE color: 8954392.

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

Color convert

RGB24162136-
CMYK0.8500.160.36
HSL168.7º74.19%36.47%-
HSV(B)168.7º85.19%63.53%-
XYZ17.7427.8127.73-
YUV117.77138.2861.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.45%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 136 (53.52% from 255) = 42.24%
R=7.45%
G=50.31%
B=42.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241621360.8500.160.36168.774.1936.47
Hex18A2885501024a94a24
Octal302422101250204425111244
Binary1100010100010100010001010101010000100100101010011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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