#18717D

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

Shades of Allports #18717D

Tints of Allports #18717D

Color information

#18717D (or 0x18717D) is unknown color: approx Allports. HEX triplet: 18, 71 and 7D. RGB value is (24,113,125). Sum of RGB (Red+Green+Blue) = 24+113+125=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #18717D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18717D is #E78E82. Grayscale: #575757. Windows color (decimal): -15175299 or 8220952. OLE color: 8220952.

HSL color Cylindrical-coordinate representation of color #18717D: hue angle of 187.13º 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 #18717D is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB24113125-
CMYK0.810.1000.51
HSL187.13º67.79%29.22%-
HSV(B)187.13º80.8%49.02%-
XYZ9.9813.4921.48-
YUV87.76149.0182.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.16%
GREEN value IS 113 (44.53% from 255) = 43.13%
BLUE value IS 125 (49.22% from 255) = 47.71%
R=9.16%
G=43.13%
B=47.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal241131250.810.1000.51187.1367.7929.22
Hex18717D51A033bb441d
Octal301611751211206327310435
Binary110001110001111110110100011010011001110111011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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