#14818b

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

Shades of Dark Cyan #14818B

Tints of Dark Cyan #14818B

Color information

#14818B (or 0x14818B) is unknown color: approx Dark Cyan. HEX triplet: 14, 81 and 8B. RGB value is (20,129,139). Sum of RGB (Red+Green+Blue) = 20+129+139=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #14818B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14818B is #EB7E74. Grayscale: #616161. Windows color (decimal): -15433333 or 9142548. OLE color: 9142548.

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

Color convert

RGB20129139-
CMYK0.860.0700.45
HSL185.04º74.84%31.18%-
HSV(B)185.04º85.61%54.51%-
XYZ12.817.7127.17-
YUV97.55151.3972.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.94%
GREEN value IS 129 (50.78% from 255) = 44.79%
BLUE value IS 139 (54.69% from 255) = 48.26%
R=6.94%
G=44.79%
B=48.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201291390.860.0700.45185.0474.8431.18
Hex14818B56702Db94b1f
Octal24201213126705527111337
Binary1010010000001100010111010110111010110110111001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14818b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14818b; }

 p { color: rgb(20,129,139); }

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

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

 a { background-color: rgb(20,129,139); }

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

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

 span { border-color: rgb(20,129,139); }

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