#139288

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

Shades of Dark Cyan #139288

Tints of Dark Cyan #139288

Color information

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

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

Color convert

RGB19146136-
CMYK0.8700.070.43
HSL175.28º76.97%32.35%-
HSV(B)175.28º86.99%57.25%-
XYZ14.9922.4726.84-
YUV106.89144.4265.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal191461360.8700.070.43175.2876.9732.35
Hex13928857072Baf4d20
Octal23222210127075325711540
Binary10011100100101000100010101110111101011101011111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139288; }

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

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

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

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

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

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

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

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