#139287

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

Shades of Dark Cyan #139287

Tints of Dark Cyan #139287

Color information

#139287 (or 0x139287) is unknown color: approx Dark Cyan. HEX triplet: 13, 92 and 87. RGB value is (19,146,135). Sum of RGB (Red+Green+Blue) = 19+146+135=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #139287 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139287 is #EC6D78. Grayscale: #6A6A6A. Windows color (decimal): -15494521 or 8884755. OLE color: 8884755.

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

Color convert

RGB19146135-
CMYK0.8700.080.43
HSL174.8º76.97%32.35%-
HSV(B)174.8º86.99%57.25%-
XYZ14.9222.4526.47-
YUV106.77143.9265.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.33%
GREEN value IS 146 (57.42% from 255) = 48.67%
BLUE value IS 135 (53.12% from 255) = 45%
R=6.33%
G=48.67%
B=45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal191461350.8700.080.43174.876.9732.35
Hex13928757082Baf4d20
Octal232222071270105325711540
Binary100111001001010000111101011101000101011101011111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139287; }

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

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

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

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

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

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

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

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