#14858e

Color #14858E Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #14858E

Tints of Dark Cyan #14858E

Color information

#14858E (or 0x14858E) is unknown color: approx Dark Cyan. HEX triplet: 14, 85 and 8E. RGB value is (20,133,142). Sum of RGB (Red+Green+Blue) = 20+133+142=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #14858E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14858E is #EB7A71. Grayscale: #646464. Windows color (decimal): -15432306 or 9340180. OLE color: 9340180.

HSL color Cylindrical-coordinate representation of color #14858E: hue angle of 184.43º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14858E is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB20133142-
CMYK0.860.0600.44
HSL184.43º75.31%31.76%-
HSV(B)184.43º85.92%55.69%-
XYZ13.5618.8828.52-
YUV100.24151.5670.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=6.78%
G=45.08%
B=48.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201331420.860.0600.44184.4375.3131.76
Hex14858E56602Cb84b20
Octal24205216126605427011340
Binary10100100001011000111010101101100101100101110001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14858e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14858e; }

 p { color: rgb(20,133,142); }

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

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

 a { background-color: rgb(20,133,142); }

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

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

 span { border-color: rgb(20,133,142); }

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