#139085

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

Shades of Dark Cyan #139085

Tints of Dark Cyan #139085

Color information

#139085 (or 0x139085) is unknown color: approx Dark Cyan. HEX triplet: 13, 90 and 85. RGB value is (19,144,133). Sum of RGB (Red+Green+Blue) = 19+144+133=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #139085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139085 is #EC6F7A. Grayscale: #696969. Windows color (decimal): -15495035 or 8753171. OLE color: 8753171.

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

Color convert

RGB19144133-
CMYK0.8700.080.44
HSL174.72º76.69%31.96%-
HSV(B)174.72º86.81%56.47%-
XYZ14.4821.7825.63-
YUV105.37143.5966.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.42%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 133 (52.34% from 255) = 44.93%
R=6.42%
G=48.65%
B=44.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191441330.8700.080.44174.7276.6931.96
Hex13908557082Caf4d20
Octal232202051270105425711540
Binary100111001000010000101101011101000101100101011111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139085; }

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

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

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

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

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

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

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

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