#139086

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

Shades of Dark Cyan #139086

Tints of Dark Cyan #139086

Color information

#139086 (or 0x139086) is unknown color: approx Dark Cyan. HEX triplet: 13, 90 and 86. RGB value is (19,144,134). Sum of RGB (Red+Green+Blue) = 19+144+134=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #139086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139086 is #EC6F79. Grayscale: #696969. Windows color (decimal): -15495034 or 8818707. OLE color: 8818707.

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

Color convert

RGB19144134-
CMYK0.8700.070.44
HSL175.2º76.69%31.96%-
HSV(B)175.2º86.81%56.47%-
XYZ14.5421.8126-
YUV105.48144.0966.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.40%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=6.40%
G=48.48%
B=45.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191441340.8700.070.44175.276.6931.96
Hex13908657072Caf4d20
Octal23220206127075425711540
Binary10011100100001000011010101110111101100101011111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139086; }

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

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

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

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

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

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

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

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