#10928B

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

Shades of Dark Cyan #10928B

Tints of Dark Cyan #10928B

Color information

#10928B (or 0x10928B) is unknown color: approx Dark Cyan. HEX triplet: 10, 92 and 8B. RGB value is (16,146,139). Sum of RGB (Red+Green+Blue) = 16+146+139=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #10928B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10928B is #EF6D74. Grayscale: #6A6A6A. Windows color (decimal): -15691125 or 9146896. OLE color: 9146896.

HSL color Cylindrical-coordinate representation of color #10928B: hue angle of 176.77º 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 #10928B is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB16146139-
CMYK0.8900.050.43
HSL176.77º80.25%31.76%-
HSV(B)176.77º89.04%57.25%-
XYZ15.1522.5327.98-
YUV106.33146.4363.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.32%
GREEN value IS 146 (57.42% from 255) = 48.50%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=5.32%
G=48.50%
B=46.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161461390.8900.050.43176.7780.2531.76
Hex10928B59052Bb15020
Octal20222213131055326112040
Binary10000100100101000101110110010101101011101100011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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