#128793

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

Shades of Dark Cyan #128793

Tints of Dark Cyan #128793

Color information

#128793 (or 0x128793) is unknown color: approx Dark Cyan. HEX triplet: 12, 87 and 93. RGB value is (18,135,147). Sum of RGB (Red+Green+Blue) = 18+135+147=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #128793 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128793 is #ED786C. Grayscale: #656565. Windows color (decimal): -15562861 or 9668370. OLE color: 9668370.

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

Color convert

RGB18135147-
CMYK0.880.0800.42
HSL185.58º78.18%32.35%-
HSV(B)185.58º87.76%57.65%-
XYZ14.1819.5630.63-
YUV101.38153.7468.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 147 (57.81% from 255) = 49%
R=6%
G=45%
B=49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181351470.880.0800.42185.5878.1832.35
Hex12879358802Aba4e20
Octal222072231301005227211640
Binary100101000011110010011101100010000101010101110101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128793; }

 p { color: rgb(18,135,147); }

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

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

 a { background-color: rgb(18,135,147); }

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

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

 span { border-color: rgb(18,135,147); }

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