#10928D

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

Shades of Dark Cyan #10928D

Tints of Dark Cyan #10928D

Color information

#10928D (or 0x10928D) is unknown color: approx Dark Cyan. HEX triplet: 10, 92 and 8D. RGB value is (16,146,141). Sum of RGB (Red+Green+Blue) = 16+146+141=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #10928D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10928D is #EF6D72. Grayscale: #6A6A6A. Windows color (decimal): -15691123 or 9277968. OLE color: 9277968.

HSL color Cylindrical-coordinate representation of color #10928D: hue angle of 177.69º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10928D is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB16146141-
CMYK0.8900.030.43
HSL177.69º80.25%31.76%-
HSV(B)177.69º89.04%57.25%-
XYZ15.322.5928.75-
YUV106.56147.4363.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.28%
GREEN value IS 146 (57.42% from 255) = 48.18%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=5.28%
G=48.18%
B=46.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161461410.8900.030.43177.6980.2531.76
Hex10928D59032Bb25020
Octal20222215131035326212040
Binary1000010010010100011011011001011101011101100101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10928D; }

 p { color: rgb(16,146,141); }

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

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

 a { background-color: rgb(16,146,141); }

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

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

 span { border-color: rgb(16,146,141); }

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