#128692

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

Shades of Dark Cyan #128692

Tints of Dark Cyan #128692

Color information

#128692 (or 0x128692) is unknown color: approx Dark Cyan. HEX triplet: 12, 86 and 92. RGB value is (18,134,146). Sum of RGB (Red+Green+Blue) = 18+134+146=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #128692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128692 is #ED796D. Grayscale: #646464. Windows color (decimal): -15563118 or 9602578. OLE color: 9602578.

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

Color convert

RGB18134146-
CMYK0.880.0800.43
HSL185.62º78.05%32.16%-
HSV(B)185.62º87.67%57.25%-
XYZ13.9619.2530.17-
YUV100.68153.5769.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.04%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=6.04%
G=44.97%
B=48.99%

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
Decimal181341460.880.0800.43185.6278.0532.16
Hex12869258802Bba4e20
Octal222062221301005327211640
Binary100101000011010010010101100010000101011101110101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128692; }

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

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

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

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

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

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

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

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