#139389

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

Shades of Dark Cyan #139389

Tints of Dark Cyan #139389

Color information

#139389 (or 0x139389) is unknown color: approx Dark Cyan. HEX triplet: 13, 93 and 89. RGB value is (19,147,137). Sum of RGB (Red+Green+Blue) = 19+147+137=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #139389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139389 is #EC6C76. Grayscale: #6B6B6B. Windows color (decimal): -15494263 or 9016083. OLE color: 9016083.

HSL color Cylindrical-coordinate representation of color #139389: hue angle of 175.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139389 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB19147137-
CMYK0.8700.070.42
HSL175.31º77.11%32.55%-
HSV(B)175.31º87.07%57.65%-
XYZ15.2222.8127.27-
YUV107.59144.5964.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.27%
GREEN value IS 147 (57.81% from 255) = 48.51%
BLUE value IS 137 (53.91% from 255) = 45.21%
R=6.27%
G=48.51%
B=45.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191471370.8700.070.42175.3177.1132.55
Hex13938957072Aaf4d21
Octal23223211127075225711541
Binary10011100100111000100110101110111101010101011111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139389; }

 p { color: rgb(19,147,137); }

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

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

 a { background-color: rgb(19,147,137); }

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

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

 span { border-color: rgb(19,147,137); }

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