#10868A

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

Shades of Dark Cyan #10868A

Tints of Dark Cyan #10868A

Color information

#10868A (or 0x10868A) is unknown color: approx Dark Cyan. HEX triplet: 10, 86 and 8A. RGB value is (16,134,138). Sum of RGB (Red+Green+Blue) = 16+134+138=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #10868A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10868A is #EF7975. Grayscale: #636363. Windows color (decimal): -15694198 or 9078288. OLE color: 9078288.

HSL color Cylindrical-coordinate representation of color #10868A: hue angle of 181.97º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10868A is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB16134138-
CMYK0.880.0300.46
HSL181.97º79.22%30.2%-
HSV(B)181.97º88.41%54.12%-
XYZ13.331927.01-
YUV99.17149.9168.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.56%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=5.56%
G=46.53%
B=47.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal161341380.880.0300.46181.9779.2230.2
Hex10868A58302Eb64f1e
Octal20206212130305626611736
Binary100001000011010001010101100011010111010110110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10868A; }

 p { color: rgb(16,134,138); }

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

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

 a { background-color: rgb(16,134,138); }

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

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

 span { border-color: rgb(16,134,138); }

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