#12868E

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

Shades of Dark Cyan #12868E

Tints of Dark Cyan #12868E

Color information

#12868E (or 0x12868E) is unknown color: approx Dark Cyan. HEX triplet: 12, 86 and 8E. RGB value is (18,134,142). Sum of RGB (Red+Green+Blue) = 18+134+142=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #12868E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12868E is #ED7971. Grayscale: #646464. Windows color (decimal): -15563122 or 9340434. OLE color: 9340434.

HSL color Cylindrical-coordinate representation of color #12868E: hue angle of 183.87º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12868E is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB18134142-
CMYK0.870.0600.44
HSL183.87º77.5%31.37%-
HSV(B)183.87º87.32%55.69%-
XYZ13.6619.1328.56-
YUV100.23151.5769.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.12%
GREEN value IS 134 (52.73% from 255) = 45.58%
BLUE value IS 142 (55.86% from 255) = 48.30%
R=6.12%
G=45.58%
B=48.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181341420.870.0600.44183.8777.531.37
Hex12868E57602Cb84e1f
Octal22206216127605427011637
Binary1001010000110100011101010111110010110010111000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12868E; }

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

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

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

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

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

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

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

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