#13888F

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

Shades of Dark Cyan #13888F

Tints of Dark Cyan #13888F

Color information

#13888F (or 0x13888F) is unknown color: approx Dark Cyan. HEX triplet: 13, 88 and 8F. RGB value is (19,136,143). Sum of RGB (Red+Green+Blue) = 19+136+143=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #13888F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13888F is #EC7770. Grayscale: #656565. Windows color (decimal): -15497073 or 9406483. OLE color: 9406483.

HSL color Cylindrical-coordinate representation of color #13888F: hue angle of 183.39º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13888F is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB19136143-
CMYK0.870.0500.44
HSL183.39º76.54%31.76%-
HSV(B)183.39º86.71%56.08%-
XYZ14.0319.7329.06-
YUV101.82151.2468.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.38%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 143 (56.25% from 255) = 47.99%
R=6.38%
G=45.64%
B=47.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191361430.870.0500.44183.3976.5431.76
Hex13888F57502Cb74d20
Octal23210217127505426711540
Binary10011100010001000111110101111010101100101101111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13888F; }

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

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

<style>
 a { background-color: #13888F; }

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

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

<style>
 span { border-color: #13888F; }

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

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