#18666F

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

Shades of Allports #18666F

Tints of Allports #18666F

Color information

#18666F (or 0x18666F) is unknown color: approx Allports. HEX triplet: 18, 66 and 6F. RGB value is (24,102,111). Sum of RGB (Red+Green+Blue) = 24+102+111=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #18666F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18666F is #E79990. Grayscale: #4F4F4F. Windows color (decimal): -15178129 or 7300632. OLE color: 7300632.

HSL color Cylindrical-coordinate representation of color #18666F: hue angle of 186.21º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18666F is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB24102111-
CMYK0.780.0800.56
HSL186.21º64.44%26.47%-
HSV(B)186.21º78.38%43.53%-
XYZ810.8416.71-
YUV79.7145.6688.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.13%
GREEN value IS 102 (40.23% from 255) = 43.04%
BLUE value IS 111 (43.75% from 255) = 46.84%
R=10.13%
G=43.04%
B=46.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal241021110.780.0800.56186.2164.4426.47
Hex18666F4E8038ba401a
Octal301461571161007027210032
Binary110001100110110111110011101000011100010111010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,102,111); }

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

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

 a { background-color: rgb(24,102,111); }

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

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

 span { border-color: rgb(24,102,111); }

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