#18737E

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

Shades of Allports #18737E

Tints of Allports #18737E

Color information

#18737E (or 0x18737E) is unknown color: approx Allports. HEX triplet: 18, 73 and 7E. RGB value is (24,115,126). Sum of RGB (Red+Green+Blue) = 24+115+126=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 126 - color contains mainly: blue. Hex color #18737E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18737E is #E78C81. Grayscale: #585858. Windows color (decimal): -15174786 or 8287000. OLE color: 8287000.

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

Color convert

RGB24115126-
CMYK0.810.0900.51
HSL186.47º68%29.41%-
HSV(B)186.47º80.95%49.41%-
XYZ10.2713.9621.89-
YUV89.04148.8581.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.06%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 126 (49.61% from 255) = 47.55%
R=9.06%
G=43.40%
B=47.55%

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
Decimal241151260.810.0900.51186.476829.41
Hex18737E519033ba441d
Octal301631761211106327210435
Binary110001110011111111010100011001011001110111010100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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