#14808B

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

Shades of Dark Cyan #14808B

Tints of Dark Cyan #14808B

Color information

#14808B (or 0x14808B) is unknown color: approx Dark Cyan. HEX triplet: 14, 80 and 8B. RGB value is (20,128,139). Sum of RGB (Red+Green+Blue) = 20+128+139=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #14808B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14808B is #EB7F74. Grayscale: #606060. Windows color (decimal): -15433589 or 9142292. OLE color: 9142292.

HSL color Cylindrical-coordinate representation of color #14808B: hue angle of 185.55º 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 #14808B is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB20128139-
CMYK0.860.0800.45
HSL185.55º74.84%31.18%-
HSV(B)185.55º85.61%54.51%-
XYZ12.6717.4527.13-
YUV96.96151.7273.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.97%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=6.97%
G=44.60%
B=48.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201281390.860.0800.45185.5574.8431.18
Hex14808B56802Dba4b1f
Octal242002131261005527211337
Binary10100100000001000101110101101000010110110111010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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