#138892

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

Shades of Dark Cyan #138892

Tints of Dark Cyan #138892

Color information

#138892 (or 0x138892) is unknown color: approx Dark Cyan. HEX triplet: 13, 88 and 92. RGB value is (19,136,146). Sum of RGB (Red+Green+Blue) = 19+136+146=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #138892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138892 is #EC776D. Grayscale: #666666. Windows color (decimal): -15497070 or 9603091. OLE color: 9603091.

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

Color convert

RGB19136146-
CMYK0.870.0700.43
HSL184.72º76.97%32.35%-
HSV(B)184.72º86.99%57.25%-
XYZ14.2619.8230.27-
YUV102.16152.7468.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.31%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=6.31%
G=45.18%
B=48.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal191361460.870.0700.43184.7276.9732.35
Hex13889257702Bb94d20
Octal23210222127705327111540
Binary10011100010001001001010101111110101011101110011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138892; }

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

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

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

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

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

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

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

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