#139087

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

Shades of Dark Cyan #139087

Tints of Dark Cyan #139087

Color information

#139087 (or 0x139087) is unknown color: approx Dark Cyan. HEX triplet: 13, 90 and 87. RGB value is (19,144,135). Sum of RGB (Red+Green+Blue) = 19+144+135=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #139087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139087 is #EC6F78. Grayscale: #696969. Windows color (decimal): -15495033 or 8884243. OLE color: 8884243.

HSL color Cylindrical-coordinate representation of color #139087: hue angle of 175.68º 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 #139087 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB19144135-
CMYK0.8700.060.44
HSL175.68º76.69%31.96%-
HSV(B)175.68º86.81%56.47%-
XYZ14.6121.8326.37-
YUV105.6144.5966.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.38%
GREEN value IS 144 (56.64% from 255) = 48.32%
BLUE value IS 135 (53.12% from 255) = 45.30%
R=6.38%
G=48.32%
B=45.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191441350.8700.060.44175.6876.6931.96
Hex13908757062Cb04d20
Octal23220207127065426011540
Binary10011100100001000011110101110110101100101100001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139087; }

 p { color: rgb(19,144,135); }

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

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

 a { background-color: rgb(19,144,135); }

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

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

 span { border-color: rgb(19,144,135); }

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