#138891

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

Shades of Dark Cyan #138891

Tints of Dark Cyan #138891

Color information

#138891 (or 0x138891) is unknown color: approx Dark Cyan. HEX triplet: 13, 88 and 91. RGB value is (19,136,145). Sum of RGB (Red+Green+Blue) = 19+136+145=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #138891 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138891 is #EC776E. Grayscale: #656565. Windows color (decimal): -15497071 or 9537555. OLE color: 9537555.

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

Color convert

RGB19136145-
CMYK0.870.0600.43
HSL184.29º76.83%32.16%-
HSV(B)184.29º86.9%56.86%-
XYZ14.1819.7929.86-
YUV102.04152.2468.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.33%
GREEN value IS 136 (53.52% from 255) = 45.33%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=6.33%
G=45.33%
B=48.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal191361450.870.0600.43184.2976.8332.16
Hex13889157602Bb84d20
Octal23210221127605327011540
Binary10011100010001001000110101111100101011101110001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138891; }

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

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

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

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

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

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

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

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