#14888f

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

Shades of Dark Cyan #14888F

Tints of Dark Cyan #14888F

Color information

#14888F (or 0x14888F) is unknown color: approx Dark Cyan. HEX triplet: 14, 88 and 8F. RGB value is (20,136,143). Sum of RGB (Red+Green+Blue) = 20+136+143=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #14888F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14888F is #EB7770. Grayscale: #656565. Windows color (decimal): -15431537 or 9406484. OLE color: 9406484.

HSL color Cylindrical-coordinate representation of color #14888F: hue angle of 183.41º 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 #14888F is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB20136143-
CMYK0.860.0500.44
HSL183.41º75.46%31.96%-
HSV(B)183.41º86.01%56.08%-
XYZ14.0519.7429.06-
YUV102.11151.0769.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.69%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 143 (56.25% from 255) = 47.83%
R=6.69%
G=45.48%
B=47.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201361430.860.0500.44183.4175.4631.96
Hex14888F56502Cb74b20
Octal24210217126505426711340
Binary10100100010001000111110101101010101100101101111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14888f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14888f; }

 p { color: rgb(20,136,143); }

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

<style>
 a { background-color: #14888f; }

 a { background-color: rgb(20,136,143); }

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

<style>
 span { border-color: #14888f; }

 span { border-color: rgb(20,136,143); }

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