#14808D

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

Shades of Dark Cyan #14808D

Tints of Dark Cyan #14808D

Color information

#14808D (or 0x14808D) is unknown color: approx Dark Cyan. HEX triplet: 14, 80 and 8D. RGB value is (20,128,141). Sum of RGB (Red+Green+Blue) = 20+128+141=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #14808D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14808D is #EB7F72. Grayscale: #616161. Windows color (decimal): -15433587 or 9273364. OLE color: 9273364.

HSL color Cylindrical-coordinate representation of color #14808D: hue angle of 186.45º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14808D is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB20128141-
CMYK0.860.0900.45
HSL186.45º75.16%31.57%-
HSV(B)186.45º85.82%55.29%-
XYZ12.8217.5127.9-
YUV97.19152.7272.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.92%
GREEN value IS 128 (50.39% from 255) = 44.29%
BLUE value IS 141 (55.47% from 255) = 48.79%
R=6.92%
G=44.29%
B=48.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201281410.860.0900.45186.4575.1631.57
Hex14808D56902Dba4b20
Octal242002151261105527211340
Binary101001000000010001101101011010010101101101110101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14808D; }

 p { color: rgb(20,128,141); }

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

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

 a { background-color: rgb(20,128,141); }

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

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

 span { border-color: rgb(20,128,141); }

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