#138688

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

Shades of Dark Cyan #138688

Tints of Dark Cyan #138688

Color information

#138688 (or 0x138688) is unknown color: approx Dark Cyan. HEX triplet: 13, 86 and 88. RGB value is (19,134,136). Sum of RGB (Red+Green+Blue) = 19+134+136=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #138688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138688 is #EC7977. Grayscale: #636363. Windows color (decimal): -15497592 or 8947219. OLE color: 8947219.

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

Color convert

RGB19134136-
CMYK0.860.0100.47
HSL181.03º75.48%30.39%-
HSV(B)181.03º86.03%53.33%-
XYZ13.2418.9726.26-
YUV99.84148.470.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.57%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=6.57%
G=46.37%
B=47.06%

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
Decimal191341360.860.0100.47181.0375.4830.39
Hex13868856102Fb54b1e
Octal23206210126105726511336
Binary10011100001101000100010101101010111110110101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138688; }

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

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

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

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

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

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

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

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