#18737F

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

Shades of Allports #18737F

Tints of Allports #18737F

Color information

#18737F (or 0x18737F) is unknown color: approx Allports. HEX triplet: 18, 73 and 7F. RGB value is (24,115,127). Sum of RGB (Red+Green+Blue) = 24+115+127=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #18737F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18737F is #E78C80. Grayscale: #595959. Windows color (decimal): -15174785 or 8352536. OLE color: 8352536.

HSL color Cylindrical-coordinate representation of color #18737F: hue angle of 186.99º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18737F is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB24115127-
CMYK0.810.0900.50
HSL186.99º68.21%29.61%-
HSV(B)186.99º81.1%49.8%-
XYZ10.3413.9922.23-
YUV89.16149.3581.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.02%
GREEN value IS 115 (45.31% from 255) = 43.23%
BLUE value IS 127 (50% from 255) = 47.74%
R=9.02%
G=43.23%
B=47.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal241151270.810.0900.50186.9968.2129.61
Hex18737F519032bb441e
Octal301631771211106227310436
Binary110001110011111111110100011001011001010111011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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