#128691

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

Shades of Dark Cyan #128691

Tints of Dark Cyan #128691

Color information

#128691 (or 0x128691) is unknown color: approx Dark Cyan. HEX triplet: 12, 86 and 91. RGB value is (18,134,145). Sum of RGB (Red+Green+Blue) = 18+134+145=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 134 (52.73% from 255 or 45.12% 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 #128691 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128691 is #ED796E. Grayscale: #646464. Windows color (decimal): -15563119 or 9537042. OLE color: 9537042.

HSL color Cylindrical-coordinate representation of color #128691: hue angle of 185.2º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128691 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB18134145-
CMYK0.880.0800.43
HSL185.2º77.91%31.96%-
HSV(B)185.2º87.59%56.86%-
XYZ13.8919.2229.77-
YUV100.57153.0769.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.06%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 145 (57.03% from 255) = 48.82%
R=6.06%
G=45.12%
B=48.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181341450.880.0800.43185.277.9131.96
Hex12869158802Bb94e20
Octal222062211301005327111640
Binary100101000011010010001101100010000101011101110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128691; }

 p { color: rgb(18,134,145); }

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

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

 a { background-color: rgb(18,134,145); }

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

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

 span { border-color: rgb(18,134,145); }

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