#18717C

Color #18717C Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #18717C

Tints of Allports #18717C

Color information

#18717C (or 0x18717C) is unknown color: approx Allports. HEX triplet: 18, 71 and 7C. RGB value is (24,113,124). Sum of RGB (Red+Green+Blue) = 24+113+124=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #18717C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18717C is #E78E83. Grayscale: #575757. Windows color (decimal): -15175300 or 8155416. OLE color: 8155416.

HSL color Cylindrical-coordinate representation of color #18717C: hue angle of 186.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18717C is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB24113124-
CMYK0.810.0900.51
HSL186.6º67.57%29.02%-
HSV(B)186.6º80.65%48.63%-
XYZ9.9213.4621.14-
YUV87.64148.5182.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.20%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 124 (48.83% from 255) = 47.51%
R=9.20%
G=43.30%
B=47.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal241131240.810.0900.51186.667.5729.02
Hex18717C519033bb441d
Octal301611741211106327310435
Binary110001110001111110010100011001011001110111011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18717C; }

 p { color: rgb(24,113,124); }

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

<style>
 a { background-color: #18717C; }

 a { background-color: rgb(24,113,124); }

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

<style>
 span { border-color: #18717C; }

 span { border-color: rgb(24,113,124); }

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