#139183

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

Shades of Dark Cyan #139183

Tints of Dark Cyan #139183

Color information

#139183 (or 0x139183) is unknown color: approx Dark Cyan. HEX triplet: 13, 91 and 83. RGB value is (19,145,131). Sum of RGB (Red+Green+Blue) = 19+145+131=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #139183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139183 is #EC6E7C. Grayscale: #696969. Windows color (decimal): -15494781 or 8622355. OLE color: 8622355.

HSL color Cylindrical-coordinate representation of color #139183: hue angle of 173.33º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139183 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB19145131-
CMYK0.8700.100.43
HSL173.33º76.83%32.16%-
HSV(B)173.33º86.9%56.86%-
XYZ14.4922.0324.96-
YUV105.73142.2666.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.44%
GREEN value IS 145 (57.03% from 255) = 49.15%
BLUE value IS 131 (51.56% from 255) = 44.41%
R=6.44%
G=49.15%
B=44.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal191451310.8700.100.43173.3376.8332.16
Hex139183570A2Bad4d20
Octal232212031270125325511540
Binary100111001000110000011101011101010101011101011011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139183; }

 p { color: rgb(19,145,131); }

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

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

 a { background-color: rgb(19,145,131); }

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

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

 span { border-color: rgb(19,145,131); }

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