#138685

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

Shades of Dark Cyan #138685

Tints of Dark Cyan #138685

Color information

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

HSL color Cylindrical-coordinate representation of color #138685: hue angle of 179.48º 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 #138685 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB19134133-
CMYK0.8600.010.47
HSL179.48º75.16%30%-
HSV(B)179.48º85.82%52.55%-
XYZ13.0318.8825.15-
YUV99.5146.970.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191341330.8600.010.47179.4875.1630
Hex13868556012Fb34b1e
Octal23206205126015726311336
Binary10011100001101000010110101100110111110110011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138685; }

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

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

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

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

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

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

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

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