#24AB8E

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

Shades of Niagara #24AB8E

Tints of Niagara #24AB8E

Color information

#24AB8E (or 0x24AB8E) is unknown color: approx Niagara. HEX triplet: 24, AB and 8E. RGB value is (36,171,142). Sum of RGB (Red+Green+Blue) = 36+171+142=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #24AB8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AB8E is #DB5471. Grayscale: #7F7F7F. Windows color (decimal): -14374002 or 9349924. OLE color: 9349924.

HSL color Cylindrical-coordinate representation of color #24AB8E: hue angle of 167.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AB8E is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB36171142-
CMYK0.7900.170.33
HSL167.11º65.22%40.59%-
HSV(B)167.11º78.95%67.06%-
XYZ20.1731.4530.6-
YUV127.33136.2762.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.32%
GREEN value IS 171 (67.19% from 255) = 49.00%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=10.32%
G=49.00%
B=40.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361711420.7900.170.33167.1165.2240.59
Hex24AB8E4F01121a74129
Octal442532161170214124710151
Binary10010010101011100011101001111010001100001101001111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24AB8E; }

 p { color: rgb(36,171,142); }

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

<style>
 a { background-color: #24AB8E; }

 a { background-color: rgb(36,171,142); }

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

<style>
 span { border-color: #24AB8E; }

 span { border-color: rgb(36,171,142); }

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