#0E6D7C

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

Shades of Allports #0E6D7C

Tints of Allports #0E6D7C

Color information

#0E6D7C (or 0x0E6D7C) is unknown color: approx Allports. HEX triplet: 0E, 6D and 7C. RGB value is (14,109,124). Sum of RGB (Red+Green+Blue) = 14+109+124=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #0E6D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6D7C is #F19283. Grayscale: #525252. Windows color (decimal): -15831684 or 8154382. OLE color: 8154382.

HSL color Cylindrical-coordinate representation of color #0E6D7C: hue angle of 188.18º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E6D7C is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB14109124-
CMYK0.890.1200.51
HSL188.18º79.71%27.06%-
HSV(B)188.18º88.71%48.63%-
XYZ9.2912.4920.99-
YUV82.3151.5379.28-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.67%
GREEN value IS 109 (42.97% from 255) = 44.13%
BLUE value IS 124 (48.83% from 255) = 50.20%
R=5.67%
G=44.13%
B=50.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal141091240.890.1200.51188.1879.7127.06
HexE6D7C59C033bc501b
Octal161551741311406327412033
Binary11101101101111110010110011100011001110111100101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E6D7C; }

 p { color: rgb(14,109,124); }

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

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

 a { background-color: rgb(14,109,124); }

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

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

 span { border-color: rgb(14,109,124); }

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