#138591

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

Shades of Dark Cyan #138591

Tints of Dark Cyan #138591

Color information

#138591 (or 0x138591) is unknown color: approx Dark Cyan. HEX triplet: 13, 85 and 91. RGB value is (19,133,145). Sum of RGB (Red+Green+Blue) = 19+133+145=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #138591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138591 is #EC7A6E. Grayscale: #646464. Windows color (decimal): -15497839 or 9536787. OLE color: 9536787.

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

Color convert

RGB19133145-
CMYK0.870.0800.43
HSL185.71º76.83%32.16%-
HSV(B)185.71º86.9%56.86%-
XYZ13.7718.9629.72-
YUV100.28153.2370.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.40%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 145 (57.03% from 255) = 48.82%
R=6.40%
G=44.78%
B=48.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal191331450.870.0800.43185.7176.8332.16
Hex13859157802Bba4d20
Octal232052211271005327211540
Binary100111000010110010001101011110000101011101110101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138591; }

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

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

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

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

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

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

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

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