#18727B

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

Shades of Allports #18727B

Tints of Allports #18727B

Color information

#18727B (or 0x18727B) is unknown color: approx Allports. HEX triplet: 18, 72 and 7B. RGB value is (24,114,123). Sum of RGB (Red+Green+Blue) = 24+114+123=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #18727B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18727B is #E78D84. Grayscale: #575757. Windows color (decimal): -15175045 or 8090136. OLE color: 8090136.

HSL color Cylindrical-coordinate representation of color #18727B: hue angle of 185.45º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18727B is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB24114123-
CMYK0.800.0700.52
HSL185.45º67.35%28.82%-
HSV(B)185.45º80.49%48.24%-
XYZ9.9713.6620.85-
YUV88.12147.6882.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.20%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=9.20%
G=43.68%
B=47.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal241141230.800.0700.52185.4567.3528.82
Hex18727B507034b9431d
Octal30162173120706427110335
Binary11000111001011110111010000111011010010111001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18727B; }

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

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

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

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

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

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

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

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