#138586

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

Shades of Dark Cyan #138586

Tints of Dark Cyan #138586

Color information

#138586 (or 0x138586) is unknown color: approx Dark Cyan. HEX triplet: 13, 85 and 86. RGB value is (19,133,134). Sum of RGB (Red+Green+Blue) = 19+133+134=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #138586 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138586 is #EC7A79. Grayscale: #626262. Windows color (decimal): -15497850 or 8815891. OLE color: 8815891.

HSL color Cylindrical-coordinate representation of color #138586: hue angle of 180.52º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138586 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB19133134-
CMYK0.860.0100.47
HSL180.52º75.16%30%-
HSV(B)180.52º85.82%52.55%-
XYZ12.9618.6325.47-
YUV99.03147.7370.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.64%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 134 (52.73% from 255) = 46.85%
R=6.64%
G=46.50%
B=46.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191331340.860.0100.47180.5275.1630
Hex13858656102Fb54b1e
Octal23205206126105726511336
Binary10011100001011000011010101101010111110110101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138586; }

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

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

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

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

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

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

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

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