#18737D

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

Shades of Allports #18737D

Tints of Allports #18737D

Color information

#18737D (or 0x18737D) is unknown color: approx Allports. HEX triplet: 18, 73 and 7D. RGB value is (24,115,125). Sum of RGB (Red+Green+Blue) = 24+115+125=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #18737D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18737D is #E78C82. Grayscale: #585858. Windows color (decimal): -15174787 or 8221464. OLE color: 8221464.

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

Color convert

RGB24115125-
CMYK0.810.0800.51
HSL185.94º67.79%29.22%-
HSV(B)185.94º80.8%49.02%-
XYZ10.2113.9421.55-
YUV88.93148.3581.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.09%
GREEN value IS 115 (45.31% from 255) = 43.56%
BLUE value IS 125 (49.22% from 255) = 47.35%
R=9.09%
G=43.56%
B=47.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal241151250.810.0800.51185.9467.7929.22
Hex18737D518033ba441d
Octal301631751211006327210435
Binary110001110011111110110100011000011001110111010100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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