#187072

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

Shades of Allports #187072

Tints of Allports #187072

Color information

#187072 (or 0x187072) is unknown color: approx Allports. HEX triplet: 18, 70 and 72. RGB value is (24,112,114). Sum of RGB (Red+Green+Blue) = 24+112+114=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #187072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187072 is #E78F8D. Grayscale: #555555. Windows color (decimal): -15175566 or 7499800. OLE color: 7499800.

HSL color Cylindrical-coordinate representation of color #187072: hue angle of 181.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187072 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB24112114-
CMYK0.790.0200.55
HSL181.33º65.22%27.06%-
HSV(B)181.33º78.95%44.71%-
XYZ9.211317.94-
YUV85.92143.8583.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.6%
GREEN value IS 112 (44.14% from 255) = 44.8%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=9.6%
G=44.8%
B=45.6%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal241121140.790.0200.55181.3365.2227.06
Hex1870724F2037b5411b
Octal30160162117206726510133
Binary1100011100001110010100111110011011110110101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187072; }

 p { color: rgb(24,112,114); }

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

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

 a { background-color: rgb(24,112,114); }

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

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

 span { border-color: rgb(24,112,114); }

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